home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / modes / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  88.7 KB  |  2,203 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'modes-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads nil "abbrev" "modes/abbrev.el")
  5.  
  6. ;;;***
  7.  
  8. ;;;### (autoloads (ada-make-filename-from-adaname ada-mode) "ada-mode" "modes/ada-mode.el")
  9.  
  10. (autoload 'ada-mode "ada-mode" "\
  11. Ada mode is the major mode for editing Ada code.
  12.  
  13. Bindings are as follows: (Note: 'LFD' is control-j.)
  14.  
  15.  Indent line                                          '\\[ada-tab]'
  16.  Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
  17.  
  18.  Re-format the parameter-list point is in             '\\[ada-format-paramlist]'
  19.  Indent all lines in region                           '\\[ada-indent-region]'
  20.  Call external pretty printer program                 '\\[ada-call-pretty-printer]'
  21.  
  22.  Adjust case of identifiers and keywords in region    '\\[ada-adjust-case-region]'
  23.  Adjust case of identifiers and keywords in buffer    '\\[ada-adjust-case-buffer]'
  24.  
  25.  Call EXTERNAL pretty printer (if you have one)       '\\[ada-call-pretty-printer]'
  26.  
  27.  Fill comment paragraph                               '\\[ada-fill-comment-paragraph]'
  28.  Fill comment paragraph and justify each line         '\\[ada-fill-comment-paragraph-justify]'
  29.  Fill comment paragraph, justify and append postfix   '\\[ada-fill-comment-paragraph-postfix]'
  30.  
  31.  Next func/proc/task '\\[ada-next-procedure]'  Previous func/proc/task '\\[ada-previous-procedure]'
  32.  Next package        '\\[ada-next-package]'  Previous package        '\\[ada-previous-package]'
  33.  
  34.  Goto matching start of current 'end ...;'            '\\[ada-move-to-start]'
  35.  Goto end of current block                            '\\[ada-move-to-end]'
  36.  
  37. Comments are handled using standard GNU Emacs conventions, including:
  38.  Start a comment                                      '\\[indent-for-comment]'
  39.  Comment region                                       '\\[comment-region]'
  40.  Uncomment region                                     '\\[ada-uncomment-region]'
  41.  Continue comment on next line                        '\\[indent-new-comment-line]'
  42.  
  43. If you use imenu.el:
  44.  Display index-menu of functions & procedures         '\\[imenu]'
  45.  
  46. If you use find-file.el:
  47.  Switch to other file (Body <-> Spec)                 '\\[ff-find-other-file]'
  48.                                                    or '\\[ff-mouse-find-other-file]
  49.  Switch to other file in other window                 '\\[ada-ff-other-window]'
  50.                                                    or '\\[ff-mouse-find-other-file-other-window]
  51.  If you use this function in a spec and no body is available, it gets created
  52.  with body stubs.
  53.  
  54. If you use ada-xref.el:
  55.  Goto declaration:          '\\[ada-point-and-xref]' on the identifier
  56.                          or '\\[ada-goto-declaration]' with point on the identifier
  57.  Complete identifier:       '\\[ada-complete-identifier]'
  58.  Execute Gnatf:             '\\[ada-gnatf-current]'" t nil)
  59.  
  60. (autoload 'ada-make-filename-from-adaname "ada-mode" "\
  61. Determine the filename of a package/procedure from its own Ada name." t nil)
  62.  
  63. ;;;***
  64.  
  65. ;;;### (autoloads (archive-mode) "arc-mode" "modes/arc-mode.el")
  66.  
  67. (autoload 'archive-mode "arc-mode" "\
  68. Major mode for viewing an archive file in a dired-like way.
  69. You can move around using the usual cursor motion commands.
  70. Letters no longer insert themselves.
  71. Type `e' to pull a file out of the archive and into its own buffer;
  72. or click mouse-2 on the file's line in the archive mode buffer.
  73.  
  74. If you edit a sub-file of this archive (as with the `e' command) and
  75. save it, the contents of that buffer will be saved back into the
  76. archive.
  77.  
  78. \\{archive-mode-map}" nil nil)
  79.  
  80. ;;;***
  81.  
  82. ;;;### (autoloads (asm-mode) "asm-mode" "modes/asm-mode.el")
  83.  
  84. (autoload 'asm-mode "asm-mode" "\
  85. Major mode for editing typical assembler code.
  86. Features a private abbrev table and the following bindings:
  87.  
  88. \\[asm-colon]    outdent a preceding label, tab to next tab stop.
  89. \\[tab-to-tab-stop]    tab to next tab stop.
  90. \\[asm-newline]    newline, then tab to next tab stop.
  91. \\[asm-comment]    smart placement of assembler comments.
  92.  
  93. The character used for making comments is set by the variable
  94. `asm-comment-char' (which defaults to `?;').
  95.  
  96. Alternatively, you may set this variable in `asm-mode-set-comment-hook',
  97. which is called near the beginning of mode initialization.
  98.  
  99. Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
  100.  
  101. Special commands:
  102. \\{asm-mode-map}
  103. " t nil)
  104.  
  105. ;;;***
  106.  
  107. ;;;### (autoloads (autoconf-mode) "autoconf-mode" "modes/autoconf-mode.el")
  108.  
  109. (autoload 'autoconf-mode "autoconf-mode" "\
  110. A major-mode to edit autoconf input files like configure.in
  111. \\{autoconf-mode-map}
  112. " t nil)
  113.  
  114. ;;;***
  115.  
  116. ;;;### (autoloads (awk-mode) "awk-mode" "modes/awk-mode.el")
  117.  
  118. (autoload 'awk-mode "awk-mode" "\
  119. Major mode for editing AWK code.
  120. This is much like C mode except for the syntax of comments.  It uses
  121. the same keymap as C mode and has the same variables for customizing
  122. indentation.  It has its own abbrev table and its own syntax table.
  123.  
  124. Turning on AWK mode calls the value of the variable `awk-mode-hook'
  125. with no args, if that value is non-nil." t nil)
  126.  
  127. ;;;***
  128.  
  129. ;;;### (autoloads (bibtex-mode) "bibtex" "modes/bibtex.el")
  130.  
  131. (autoload 'bibtex-mode "bibtex" "\
  132. Major mode for editing BibTeX files.
  133.  
  134. To submit a problem report, enter \\[bibtex-submit-bug-report] from a
  135. BibTeX mode buffer.  This automatically sets up a mail buffer with
  136. version information already added.  You just need to add a description
  137. of the problem, including a reproducable test case and send the
  138. message.
  139.  
  140.  
  141. General information on working with BibTeX mode:
  142.  
  143. You should use commands as \\[bibtex-Book] to get a template for a
  144. specific entry. You should then fill in all desired fields using
  145. \\[bibtex-next-field] to jump from field to field. After having filled
  146. in all desired fields in the entry, you should clean the new entry
  147. with command \\[bibtex-clean-entry].
  148.  
  149. Some features of BibTeX mode are available only by setting variable
  150. bibtex-maintain-sorted-entries to t. However, then BibTeX mode will
  151. work with buffer containing only valid (syntactical correct) entries
  152. and with entries being sorted. This is usually the case, if you have
  153. created a buffer completely with BibTeX mode and finished every new
  154. entry with \\[bibtex-clean-entry].
  155.  
  156. For third party BibTeX buffers, please call the function
  157. `bibtex-convert-alien' to fully take advantage of all features of
  158. BibTeX mode.
  159.  
  160.  
  161. Special information:
  162.  
  163. A command such as \\[bibtex-Book] will outline the fields for a BibTeX book entry.
  164.  
  165. The optional fields start with the string OPT, and are thus ignored by BibTeX.
  166. Alternatives from which only one is required start with the string ALT.
  167. The OPT or ALT string may be removed from a field with \\[bibtex-remove-OPT-or-ALT].
  168. \\[bibtex-make-field] inserts a new field after the current one.
  169. \\[bibtex-kill-field] kills the current field entirely.
  170. \\[bibtex-yank] will yank the last recently killed field after the
  171. current field.
  172. \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
  173.  \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
  174.  
  175. The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
  176. from all non-empty optional or alternative fields, checks that no required
  177. fields are empty, and does some formatting dependent on the value of
  178. bibtex-entry-format.
  179. Note: some functions in BibTeX mode depend on entries being in a special 
  180. format (all fields beginning on separate lines), so it is usually a bad 
  181. idea to remove `realign' from bibtex-entry-format.
  182.  
  183. Use \\[bibtex-find-text] to position the cursor at the end of the current field.
  184. Use \\[bibtex-next-field] to move to end of the next field.
  185.  
  186. The following may be of interest as well:
  187.  
  188.   Functions:
  189.     bibtex-entry
  190.     bibtex-kill-entry
  191.     bibtex-yank-pop
  192.     bibtex-pop-previous
  193.     bibtex-pop-next
  194.     bibtex-complete-string
  195.     bibtex-complete-key
  196.     bibtex-print-help-message
  197.     bibtex-generate-autokey
  198.     bibtex-beginning-of-entry
  199.     bibtex-end-of-entry
  200.     bibtex-reposition-window
  201.     bibtex-mark-entry
  202.     bibtex-ispell-abstract
  203.     bibtex-ispell-entry
  204.     bibtex-narrow-to-entry
  205.     bibtex-hide-entry-bodies
  206.     bibtex-sort-buffer
  207.     bibtex-validate
  208.     bibtex-count
  209.     bibtex-fill-entry
  210.     bibtex-reformat
  211.     bibtex-convert-alien
  212.  
  213.   Variables:
  214.     bibtex-field-delimiters
  215.     bibtex-include-OPTcrossref
  216.     bibtex-include-OPTkey
  217.     bibtex-user-optional-fields
  218.     bibtex-entry-format
  219.     bibtex-sort-ignore-string-entries
  220.     bibtex-maintain-sorted-entries
  221.     bibtex-entry-field-alist
  222.     bibtex-predefined-strings
  223.     bibtex-string-files
  224.  
  225. ---------------------------------------------------------
  226. Entry to BibTeX mode calls the value of `bibtex-mode-hook' if that value is
  227. non-nil.
  228.  
  229. \\{bibtex-mode-map}
  230. " t nil)
  231.  
  232. ;;;***
  233.  
  234. ;;;### (autoloads (c-comment-edit) "c-comment" "modes/c-comment.el")
  235.  
  236. (autoload 'c-comment-edit "c-comment" "\
  237. Edit multi-line C comments.
  238. This command allows the easy editing of a multi-line C comment like this:
  239.    /*
  240.     * ...
  241.     * ...
  242.     */
  243. The comment may be indented or flush with the left margin.
  244.  
  245. If point is within a comment, that comment is used.  Otherwise the
  246. comment to be edited is found by searching forward from point.
  247.  
  248. With one \\[universal-argument] searching starts after moving back one
  249.   paragraph.
  250. With two \\[universal-argument]'s searching starts at the beginning of the
  251.   current or proceeding C function.
  252. With three \\[universal-argument]'s searching starts at the beginning of the
  253.   current page.
  254. With four \\[universal-argument]'s searching starts at the beginning of the
  255.   current buffer (clipping restrictions apply).
  256.  
  257. Once located, the comment is copied into a temporary buffer, the comment
  258. leaders and delimiters are stripped away and the resulting buffer is
  259. selected for editing.  The major mode of this buffer is controlled by
  260. the variable `c-comment-edit-mode'.\\<c-comment-edit-map>
  261.  
  262. Use \\[c-comment-edit-end] when you have finished editing the comment.  The
  263. comment will be inserted into the original buffer with the appropriate
  264. delimiters and indention, replacing the old version of the comment.  If
  265. you don't want your edited version of the comment to replace the
  266. original, use \\[c-comment-edit-abort]." t nil)
  267.  
  268. ;;;***
  269.  
  270. ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el")
  271.  
  272. (autoload 'common-lisp-indent-function "cl-indent" nil nil nil)
  273.  
  274. ;;;***
  275.  
  276. ;;;### (autoloads (c-macro-expand) "cmacexp" "modes/cmacexp.el")
  277.  
  278. (autoload 'c-macro-expand "cmacexp" "\
  279. Expand C macros in the region, using the C preprocessor.
  280. Normally display output in temp buffer, but
  281. prefix arg means replace the region with it.
  282.  
  283. `c-macro-preprocessor' specifies the preprocessor to use.
  284. Prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include')
  285. if the user option `c-macro-prompt-flag' is non-nil.
  286.  
  287. Noninteractive args are START, END, SUBST.
  288. For use inside Lisp programs, see also `c-macro-expansion'." t nil)
  289.  
  290. ;;;***
  291.  
  292. ;;;### (autoloads (cperl-mode) "cperl-mode" "modes/cperl-mode.el")
  293.  
  294. (defalias 'perl-mode 'cperl-mode)
  295.  
  296. (autoload 'cperl-mode "cperl-mode" "\
  297. Major mode for editing Perl code.
  298. Expression and list commands understand all C brackets.
  299. Tab indents for Perl code.
  300. Paragraphs are separated by blank lines only.
  301. Delete converts tabs to spaces as it moves back.
  302.  
  303. Various characters in Perl almost always come in pairs: {}, (), [],
  304. sometimes <>. When the user types the first, she gets the second as
  305. well, with optional special formatting done on {}.  (Disabled by
  306. default.)  You can always quote (with \\[quoted-insert]) the left
  307. \"paren\" to avoid the expansion. The processing of < is special,
  308. since most the time you mean \"less\". Cperl mode tries to guess
  309. whether you want to type pair <>, and inserts is if it
  310. appropriate. You can set `cperl-electric-parens-string' to the string that
  311. contains the parenths from the above list you want to be electrical.
  312. Electricity of parenths is controlled by `cperl-electric-parens'.
  313. You may also set `cperl-electric-parens-mark' to have electric parens
  314. look for active mark and \"embrace\" a region if possible.'
  315.  
  316. CPerl mode provides expansion of the Perl control constructs:
  317.    if, else, elsif, unless, while, until, for, and foreach.
  318. =========(Disabled by default, see `cperl-electric-keywords'.)
  319. The user types the keyword immediately followed by a space, which causes
  320. the construct to be expanded, and the user is positioned where she is most
  321. likely to want to be.
  322. eg. when the user types a space following \"if\" the following appears in
  323. the buffer:
  324.             if () {     or   if ()
  325.             }                 {
  326.                               }
  327. and the cursor is between the parentheses.  The user can then type some
  328. boolean expression within the parens.  Having done that, typing
  329. \\[cperl-linefeed] places you, appropriately indented on a new line
  330. between the braces. If CPerl decides that you want to insert
  331. \"English\" style construct like
  332.             bite if angry;
  333. it will not do any expansion. See also help on variable 
  334. `cperl-extra-newline-before-brace'.
  335.  
  336. \\[cperl-linefeed] is a convenience replacement for typing carriage
  337. return. It places you in the next line with proper indentation, or if
  338. you type it inside the inline block of control construct, like
  339.             foreach (@lines) {print; print}
  340. and you are on a boundary of a statement inside braces, it will
  341. transform the construct into a multiline and will place you into an
  342. appropriately indented blank line. If you need a usual 
  343. `newline-and-indent' behaviour, it is on \\[newline-and-indent], 
  344. see documentation on `cperl-electric-linefeed'.
  345.  
  346. \\{cperl-mode-map}
  347.  
  348. Setting the variable `cperl-font-lock' to t switches on
  349. font-lock-mode, `cperl-electric-lbrace-space' to t switches on
  350. electric space between $ and {, `cperl-electric-parens-string' is the
  351. string that contains parentheses that should be electric in CPerl (see
  352. also `cperl-electric-parens-mark' and `cperl-electric-parens'),
  353. setting `cperl-electric-keywords' enables electric expansion of
  354. control structures in CPerl. `cperl-electric-linefeed' governs which
  355. one of two linefeed behavior is preferable. You can enable all these
  356. options simultaneously (recommended mode of use) by setting
  357. `cperl-hairy' to t. In this case you can switch separate options off
  358. by setting them to `null'. Note that one may undo the extra whitespace
  359. inserted by semis and braces in `auto-newline'-mode by consequent
  360. \\[cperl-electric-backspace].
  361.  
  362. If your site has perl5 documentation in info format, you can use commands
  363. \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
  364. These keys run commands `cperl-info-on-current-command' and
  365. `cperl-info-on-command', which one is which is controlled by variable
  366. `cperl-info-on-command-no-prompt' (in turn affected by `cperl-hairy').
  367.  
  368. Even if you have no info-format documentation, short one-liner-style
  369. help is available on \\[cperl-get-help]. 
  370.  
  371. It is possible to show this help automatically after some idle
  372. time. This is regulated by variable `cperl-lazy-help-time'.  Default
  373. with `cperl-hairy' is 5 secs idle time if the value of this variable
  374. is nil.  It is also possible to switch this on/off from the
  375. menu. Requires `run-with-idle-timer'.
  376.  
  377. Use \\[cperl-lineup] to vertically lineup some construction - put the
  378. beginning of the region at the start of construction, and make region
  379. span the needed amount of lines.
  380.  
  381. Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
  382. `cperl-pod-face', `cperl-pod-head-face' control processing of pod and
  383. here-docs sections. In a future version results of scan may be used
  384. for indentation too, currently they are used for highlighting only.
  385.  
  386. Variables controlling indentation style:
  387.  `cperl-tab-always-indent'
  388.     Non-nil means TAB in CPerl mode should always reindent the current line,
  389.     regardless of where in the line point is when the TAB command is used.
  390.  `cperl-auto-newline'
  391.     Non-nil means automatically newline before and after braces,
  392.     and after colons and semicolons, inserted in Perl code. The following
  393.     \\[cperl-electric-backspace] will remove the inserted whitespace.
  394.     Insertion after colons requires both this variable and 
  395.     `cperl-auto-newline-after-colon' set. 
  396.  `cperl-auto-newline-after-colon'
  397.     Non-nil means automatically newline even after colons.
  398.     Subject to `cperl-auto-newline' setting.
  399.  `cperl-indent-level'
  400.     Indentation of Perl statements within surrounding block.
  401.     The surrounding block's indentation is the indentation
  402.     of the line on which the open-brace appears.
  403.  `cperl-continued-statement-offset'
  404.     Extra indentation given to a substatement, such as the
  405.     then-clause of an if, or body of a while, or just a statement continuation.
  406.  `cperl-continued-brace-offset'
  407.     Extra indentation given to a brace that starts a substatement.
  408.     This is in addition to `cperl-continued-statement-offset'.
  409.  `cperl-brace-offset'
  410.     Extra indentation for line if it starts with an open brace.
  411.  `cperl-brace-imaginary-offset'
  412.     An open brace following other text is treated as if it the line started
  413.     this far to the right of the actual line indentation.
  414.  `cperl-label-offset'
  415.     Extra indentation for line that is a label.
  416.  `cperl-min-label-indent'
  417.     Minimal indentation for line that is a label.
  418.  
  419. Settings for K&R and BSD indentation styles are
  420.   `cperl-indent-level'                5    8
  421.   `cperl-continued-statement-offset'  5    8
  422.   `cperl-brace-offset'               -5   -8
  423.   `cperl-label-offset'               -5   -8
  424.  
  425. If `cperl-indent-level' is 0, the statement after opening brace in column 0 is indented on `cperl-brace-offset'+`cperl-continued-statement-offset'.
  426.  
  427. Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
  428. with no args." t nil)
  429.  
  430. ;;;***
  431.  
  432. ;;;### (autoloads (eiffel-mode) "eiffel3" "modes/eiffel3.el")
  433.  
  434. (autoload 'eiffel-mode "eiffel3" "\
  435. Major mode for editing Eiffel programs." t nil)
  436.  
  437. ;;;***
  438.  
  439. ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) "enriched" "modes/enriched.el")
  440.  
  441. (autoload 'enriched-mode "enriched" "\
  442. Minor mode for editing text/enriched files.
  443. These are files with embedded formatting information in the MIME standard
  444. text/enriched format.
  445. Turning the mode on runs `enriched-mode-hook'.
  446.  
  447. More information about Enriched mode is available in the file 
  448. etc/enriched.doc  in the Emacs distribution directory.
  449.  
  450. Commands:
  451.  
  452. \\<enriched-mode-map>\\{enriched-mode-map}" t nil)
  453.  
  454. (autoload 'enriched-encode "enriched" nil nil nil)
  455.  
  456. (autoload 'enriched-decode "enriched" nil nil nil)
  457.  
  458. ;;;***
  459.  
  460. ;;;### (autoloads (executable-self-display executable-set-magic) "executable" "modes/executable.el")
  461.  
  462. (autoload 'executable-set-magic "executable" "\
  463. Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
  464. The variables `executable-magicless-file-regexp', `executable-prefix',
  465. `executable-insert', `executable-query' and `executable-chmod' control
  466. when and how magic numbers are inserted or replaced and scripts made
  467. executable." t nil)
  468.  
  469. (autoload 'executable-self-display "executable" "\
  470. Turn a text file into a self-displaying Un*x command.
  471. The magic number of such a command displays all lines but itself." t nil)
  472.  
  473. ;;;***
  474.  
  475. ;;;### (autoloads (f90-mode) "f90" "modes/f90.el")
  476.  
  477. (autoload 'f90-mode "f90" "\
  478. Major mode for editing Fortran 90 code in free format.
  479.  
  480. \\[f90-indent-new-line] corrects current indentation and creates new indented line.
  481. \\[f90-indent-line] indents the current line correctly. 
  482. \\[f90-indent-subprogram] indents the current subprogram. 
  483.  
  484. Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
  485.  
  486. Key definitions:
  487. \\{f90-mode-map}
  488.  
  489. Variables controlling indentation style and extra features:
  490.  
  491.  f90-do-indent
  492.     Extra indentation within do blocks.  (default 3)
  493.  f90-if-indent
  494.     Extra indentation within if/select case/where/forall blocks. (default 3)
  495.  f90-type-indent
  496.     Extra indentation within type/interface/block-data blocks.  (default 3)
  497.  f90-program-indent
  498.     Extra indentation within program/module/subroutine/function blocks.
  499.       (default 2)
  500.  f90-continuation-indent
  501.     Extra indentation applied to continuation lines.  (default 5)
  502.  f90-comment-region
  503.     String inserted by \\[f90-comment-region] at start of each line in 
  504.     region.  (default \"!!!$\")
  505.  f90-indented-comment-re
  506.     Regexp determining the type of comment to be intended like code.
  507.     (default \"!\")
  508.  f90-directive-comment-re
  509.     Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
  510.     (default \"!hpf\\\\$\")
  511.  f90-break-delimiters
  512.     Regexp holding list of delimiters at which lines may be broken.
  513.     (default \"[-+*/><=,% \\t]\")
  514.  f90-break-before-delimiters
  515.     Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
  516.     (default t)
  517.  f90-beginning-ampersand 
  518.     Automatic insertion of & at beginning of continuation lines. (default t)
  519.  f90-smart-end 
  520.     From an END statement, check and fill the end using matching block start.
  521.     Allowed values are 'blink, 'no-blink, and nil, which determine
  522.     whether to blink the matching beginning.) (default 'blink)
  523.  f90-auto-keyword-case
  524.     Automatic change of case of keywords. (default nil)
  525.     The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
  526.  f90-leave-line-no
  527.     Do not left-justify line numbers. (default nil)
  528.  f90-startup-message
  529.     Set to nil to inhibit message first time F90 mode is used. (default t)
  530.  f90-keywords-re
  531.     List of keywords used for highlighting/upcase-keywords etc.
  532.  
  533. Turning on F90 mode calls the value of the variable `f90-mode-hook'
  534. with no args, if that value is non-nil." t nil)
  535.  
  536. ;;;***
  537.  
  538. ;;;### (autoloads (fortran-mode) "fortran" "modes/fortran.el")
  539.  
  540. (defcustom fortran-tab-mode-default nil "*Default tabbing/carriage control style for empty files in Fortran mode.\nA value of t specifies tab-digit style of continuation control.\nA value of nil specifies that continuation lines are marked\nwith a character in column 6." :type 'boolean :group 'fortran-indent)
  541.  
  542. (autoload 'fortran-mode "fortran" "\
  543. Major mode for editing Fortran code.
  544. \\[fortran-indent-line] indents the current Fortran line correctly. 
  545. DO statements must not share a common CONTINUE.
  546.  
  547. Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
  548.  
  549. Key definitions:
  550. \\{fortran-mode-map}
  551.  
  552. Variables controlling indentation style and extra features:
  553.  
  554.  comment-start
  555.     Normally nil in Fortran mode.  If you want to use comments
  556.     starting with `!', set this to the string \"!\".
  557.  fortran-do-indent
  558.     Extra indentation within do blocks.  (default 3)
  559.  fortran-if-indent
  560.     Extra indentation within if blocks.  (default 3)
  561.  fortran-structure-indent
  562.     Extra indentation within structure, union, map and interface blocks.
  563.     (default 3)
  564.  fortran-continuation-indent
  565.     Extra indentation applied to continuation statements.  (default 5)
  566.  fortran-comment-line-extra-indent
  567.     Amount of extra indentation for text within full-line comments. (default 0)
  568.  fortran-comment-indent-style
  569.     nil    means don't change indentation of text in full-line comments,
  570.     fixed  means indent that text at `fortran-comment-line-extra-indent' beyond
  571.            the value of `fortran-minimum-statement-indent-fixed' (for fixed
  572.            format continuation style) or `fortran-minimum-statement-indent-tab'
  573.            (for TAB format continuation style).
  574.     relative  means indent at `fortran-comment-line-extra-indent' beyond the
  575.            indentation for a line of code.
  576.     (default 'fixed)
  577.  fortran-comment-indent-char
  578.     Single-character string to be inserted instead of space for
  579.     full-line comment indentation.  (default \" \")
  580.  fortran-minimum-statement-indent-fixed
  581.     Minimum indentation for Fortran statements in fixed format mode. (def.6)
  582.  fortran-minimum-statement-indent-tab
  583.     Minimum indentation for Fortran statements in TAB format mode. (default 9)
  584.  fortran-line-number-indent
  585.     Maximum indentation for line numbers.  A line number will get
  586.     less than this much indentation if necessary to avoid reaching
  587.     column 5.  (default 1)
  588.  fortran-check-all-num-for-matching-do
  589.     Non-nil causes all numbered lines to be treated as possible \"continue\"
  590.     statements.  (default nil)
  591.  fortran-blink-matching-if 
  592.     Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on
  593.     matching IF.  Also, from an ENDDO statement, blink on matching DO [WHILE]
  594.     statement.  (default nil)
  595.  fortran-continuation-string
  596.     Single-character string to be inserted in column 5 of a continuation
  597.     line.  (default \"$\")
  598.  fortran-comment-region
  599.     String inserted by \\[fortran-comment-region] at start of each line in 
  600.     region.  (default \"c$$$\")
  601.  fortran-electric-line-number
  602.     Non-nil causes line number digits to be moved to the correct column 
  603.     as typed.  (default t)
  604.  fortran-break-before-delimiters
  605.     Non-nil causes `fortran-fill' breaks lines before delimiters.
  606.     (default t)
  607.  fortran-startup-message
  608.     Set to nil to inhibit message first time Fortran mode is used.
  609.  
  610. Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
  611. with no args, if that value is non-nil." t nil)
  612.  
  613. ;;;***
  614.  
  615. ;;;### (autoloads (hide-ifdef-mode) "hideif" "modes/hideif.el")
  616.  
  617. (add-minor-mode 'hide-ifdef-mode " Ifdef" 'hide-ifdef-mode-map)
  618.  
  619. (autoload 'hide-ifdef-mode "hideif" "\
  620. Toggle Hide-Ifdef mode.  This is a minor mode, albeit a large one.
  621. With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
  622. In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
  623. would eliminate may be hidden from view.  Several variables affect
  624. how the hiding is done:
  625.  
  626. hide-ifdef-env
  627.     An association list of defined and undefined symbols for the
  628.     current buffer.  Initially, the global value of `hide-ifdef-env'
  629.     is used.
  630.  
  631. hide-ifdef-define-alist
  632.     An association list of defined symbol lists.  
  633.         Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
  634.         and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
  635.         from one of the lists in `hide-ifdef-define-alist'.
  636.  
  637. hide-ifdef-lines
  638.     Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
  639.     #endif lines when hiding.
  640.  
  641. hide-ifdef-initially
  642.     Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
  643.     is activated.
  644.  
  645. hide-ifdef-read-only
  646.     Set to non-nil if you want to make buffers read only while hiding.
  647.     After `show-ifdefs', read-only status is restored to previous value.
  648.  
  649. \\{hide-ifdef-mode-map}" t nil)
  650.  
  651. (defvar hide-ifdef-initially nil "\
  652. *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
  653.  
  654. (defvar hide-ifdef-read-only nil "\
  655. *Set to non-nil if you want buffer to be read-only while hiding text.")
  656.  
  657. (defvar hide-ifdef-lines nil "\
  658. *Non-nil means hide the #ifX, #else, and #endif lines.")
  659.  
  660. ;;;***
  661.  
  662. ;;;### (autoloads (hs-minor-mode hs-hide-block hs-hide-all) "hideshow" "modes/hideshow.el")
  663.  
  664. (defcustom hs-minor-mode nil "Non-nil if using hideshow mode as a minor mode of some other mode.\nUse the command `hs-minor-mode' to toggle this variable." :type 'boolean :set (lambda (symbol value) (hs-minor-mode (or value 0))) :initialize 'custom-initialize-default :require 'hideshow :group 'hideshow)
  665.  
  666. (autoload 'hs-hide-all "hideshow" "\
  667. Hides all top-level blocks, displaying only first and last lines.
  668. It moves point to the beginning of the line, and it runs the normal hook
  669. `hs-hide-hook'.  See documentation for `run-hooks'." t nil)
  670.  
  671. (autoload 'hs-hide-block "hideshow" "\
  672. Selects a block and hides it.  With prefix arg, reposition at end.
  673. Block is defined as a sexp for lispish modes, mode-specific otherwise.
  674. Comments are blocks, too.  Upon completion, point is at repositioned and
  675. the normal hook `hs-hide-hook' is run.  See documentation for `run-hooks'." t nil)
  676.  
  677. (autoload 'hs-minor-mode "hideshow" "\
  678. Toggle hideshow minor mode.
  679. With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
  680. When hideshow minor mode is on, the menu bar is augmented with hideshow
  681. commands and the hideshow commands are enabled.  The variables
  682. `selective-display' and `selective-display-ellipses' are set to t.
  683. Last, the normal hook `hs-minor-mode-hook' is run; see the doc for `run-hooks'.
  684.  
  685. Turning hideshow minor mode off reverts the menu bar and the
  686. variables to default values and disables the hideshow commands." t nil)
  687.  
  688. ;;;***
  689.  
  690. ;;;### (autoloads (icon-mode) "icon" "modes/icon.el")
  691.  
  692. (autoload 'icon-mode "icon" "\
  693. Major mode for editing Icon code.
  694. Expression and list commands understand all Icon brackets.
  695. Tab indents for Icon code.
  696. Paragraphs are separated by blank lines only.
  697. Delete converts tabs to spaces as it moves back.
  698. \\{icon-mode-map}
  699. Variables controlling indentation style:
  700.  icon-tab-always-indent
  701.     Non-nil means TAB in Icon mode should always reindent the current line,
  702.     regardless of where in the line point is when the TAB command is used.
  703.  icon-auto-newline
  704.     Non-nil means automatically newline before and after braces
  705.     inserted in Icon code.
  706.  icon-indent-level
  707.     Indentation of Icon statements within surrounding block.
  708.     The surrounding block's indentation is the indentation
  709.     of the line on which the open-brace appears.
  710.  icon-continued-statement-offset
  711.     Extra indentation given to a substatement, such as the
  712.     then-clause of an if or body of a while.
  713.  icon-continued-brace-offset
  714.     Extra indentation given to a brace that starts a substatement.
  715.     This is in addition to `icon-continued-statement-offset'.
  716.  icon-brace-offset
  717.     Extra indentation for line if it starts with an open brace.
  718.  icon-brace-imaginary-offset
  719.     An open brace following other text is treated as if it were
  720.     this far to the right of the start of its line.
  721.  
  722. Turning on Icon mode calls the value of the variable `icon-mode-hook'
  723. with no args, if that value is non-nil." t nil)
  724.  
  725. ;;;***
  726.  
  727. ;;;### (autoloads (image-decode-xpm image-decode-png image-decode-gif image-decode-jpeg image-mode) "image-mode" "modes/image-mode.el")
  728.  
  729. (autoload 'image-mode "image-mode" "\
  730. \\{image-mode-map}" t nil)
  731.  
  732. (autoload 'image-decode-jpeg "image-mode" "\
  733. Decode JPEG image between START and END." nil nil)
  734.  
  735. (autoload 'image-decode-gif "image-mode" "\
  736. Decode GIF image between START and END." nil nil)
  737.  
  738. (autoload 'image-decode-png "image-mode" "\
  739. Decode PNG image between START and END." nil nil)
  740.  
  741. (autoload 'image-decode-xpm "image-mode" "\
  742. Decode XPM image between START and END." nil nil)
  743.  
  744. ;;;***
  745.  
  746. ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
  747.  
  748. (autoload 'ksh-mode "ksh-mode" "\
  749. ksh-mode $Revision: 2.9 $ - Major mode for editing (Bourne, Korn or Bourne again)
  750. shell scripts.
  751. Special key bindings and commands:
  752. \\{ksh-mode-map}
  753. Variables controlling indentation style:
  754. ksh-indent
  755.     Indentation of ksh statements with respect to containing block.
  756.     Default value is 2.
  757. ksh-case-indent
  758.     Additional indentation for statements under case items.
  759.     Default value is nil which will align the statements one position 
  760.     past the \")\" of the pattern.
  761. ksh-case-item-offset
  762.     Additional indentation for case items within a case statement.
  763.     Default value is 2.
  764. ksh-group-offset
  765.     Additional indentation for keywords \"do\" and \"then\".
  766.     Default value is -2.
  767. ksh-brace-offset
  768.     Additional indentation of \"{\" under functions or brace groupings.
  769.     Default value is 0.
  770. ksh-multiline-offset
  771.    Additional indentation of line that is preceded of a line ending with a
  772.    \\ to make it continue on next line.
  773. ksh-tab-always-indent
  774.     Controls the operation of the TAB key. If t (the default), always
  775.     reindent the current line.  If nil, indent the current line only if
  776.     point is at the left margin or in the line's indentation; otherwise
  777.     insert a tab.
  778. ksh-match-and-tell
  779.     If non-nil echo in the minibuffer the matching compound command
  780.     for the \"done\", \"}\", \"fi\", or \"esac\". Default value is t.
  781.  
  782. ksh-align-to-keyword
  783.     Controls whether nested constructs align from the keyword or
  784.     the current indentation. If non-nil, indentation will be relative to
  785.     the column the keyword starts. If nil, indentation will be relative to
  786.     the current indentation of the line the keyword is on.
  787.     The default value is non-nil.
  788.  
  789. ksh-comment-regexp
  790.   Regular expression used to recognize comments. Customize to support
  791.   ksh-like languages. Default value is \"\\s *#\".
  792.  
  793. Style Guide.
  794.  By setting
  795.     (setq ksh-indent default-tab-width)
  796.     (setq ksh-group-offset 0)
  797.  
  798.     The following style is obtained:
  799.  
  800.     if [ -z $foo ]
  801.         then
  802.             bar    # <-- ksh-group-offset is additive to ksh-indent
  803.             foo
  804.     fi
  805.  
  806.  By setting
  807.     (setq ksh-indent default-tab-width)
  808.     (setq ksh-group-offset (- 0 ksh-indent))
  809.  
  810.     The following style is obtained:
  811.  
  812.     if [ -z $foo ]
  813.     then
  814.         bar
  815.         foo
  816.     fi
  817.  
  818.  By setting
  819.     (setq ksh-case-item-offset 1)
  820.     (setq ksh-case-indent nil)
  821.  
  822.     The following style is obtained:
  823.  
  824.     case x in *
  825.      foo) bar           # <-- ksh-case-item-offset
  826.           baz;;         # <-- ksh-case-indent aligns with \")\"
  827.      foobar) foo
  828.              bar;;
  829.     esac
  830.  
  831.  By setting
  832.     (setq ksh-case-item-offset 1)
  833.     (setq ksh-case-indent 6)
  834.  
  835.     The following style is obtained:
  836.  
  837.     case x in *
  838.      foo) bar           # <-- ksh-case-item-offset
  839.            baz;;        # <-- ksh-case-indent
  840.      foobar) foo
  841.            bar;;
  842.     esac
  843.     
  844.  
  845. Installation:
  846.  
  847.  (setq ksh-mode-hook
  848.       (function (lambda ()
  849.          (font-lock-mode 1)             ;; font-lock the buffer
  850.          (setq ksh-indent 8)
  851.      (setq ksh-group-offset -8)
  852.      (setq ksh-brace-offset -8)   
  853.          (setq ksh-tab-always-indent t)
  854.          (setq ksh-match-and-tell t)
  855.          (setq ksh-align-to-keyword t)    ;; Turn on keyword alignment
  856.      )))" t nil)
  857.  
  858. ;;;***
  859.  
  860. ;;;### (autoloads (turn-on-lazy-shot lazy-shot-mode) "lazy-shot" "modes/lazy-shot.el")
  861.  
  862. (autoload 'lazy-shot-mode "lazy-shot" "\
  863. Toggle Lazy Lock mode.
  864. With arg, turn Lazy Lock mode on if and only if arg is positive." t nil)
  865.  
  866. (autoload 'turn-on-lazy-shot "lazy-shot" "\
  867. Unconditionally turn on Lazy Lock mode." nil nil)
  868.  
  869. ;;;***
  870.  
  871. ;;;### (autoloads (linuxdoc-sgml-mode) "linuxdoc-sgml" "modes/linuxdoc-sgml.el")
  872.  
  873. (autoload 'linuxdoc-sgml-mode "linuxdoc-sgml" "\
  874. Major mode based on SGML mode for editing linuxdoc-sgml documents.
  875. See the documentation on sgml-mode for more info. This mode
  876. understands the linuxdoc-sgml tags." t nil)
  877.  
  878. ;;;***
  879.  
  880. ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el")
  881.  
  882. (defcustom mail-abbrev-mailrc-file nil "Name of file with mail aliases.   If nil, ~/.mailrc is used." :type '(choice (const :tag "Default" nil) file) :group 'mail-abbrevs)
  883.  
  884. (defvar mail-aliases nil "\
  885. Word-abbrev table of mail address aliases.
  886. If this is nil, it means the aliases have not yet been initialized and
  887. should be read from the .mailrc file.  (This is distinct from there being
  888. no aliases, which is represented by this being a table with no entries.)")
  889.  
  890. (autoload 'mail-aliases-setup "mail-abbrevs" nil nil nil)
  891.  
  892. (autoload 'build-mail-aliases "mail-abbrevs" "\
  893. Read mail aliases from .mailrc and set mail-aliases." nil nil)
  894.  
  895. (autoload 'define-mail-alias "mail-abbrevs" "\
  896. Define NAME as a mail-alias that translates to DEFINITION.
  897. If DEFINITION contains multiple addresses, separate them with commas." t nil)
  898.  
  899. ;;;***
  900.  
  901. ;;;### (autoloads (makefile-mode) "make-mode" "modes/make-mode.el")
  902.  
  903. (autoload 'makefile-mode "make-mode" "\
  904. Major mode for editing Makefiles.
  905. This function ends by invoking the function(s) `makefile-mode-hook'.
  906.  
  907. \\{makefile-mode-map}
  908.  
  909. In the browser, use the following keys:
  910.  
  911. \\{makefile-browser-map}
  912.  
  913. Makefile mode can be configured by modifying the following variables:
  914.  
  915. makefile-browser-buffer-name:
  916.     Name of the macro- and target browser buffer.
  917.  
  918. makefile-target-colon:
  919.     The string that gets appended to all target names
  920.     inserted by `makefile-insert-target'.
  921.     \":\" or \"::\" are quite common values.
  922.  
  923. makefile-macro-assign:
  924.    The string that gets appended to all macro names
  925.    inserted by `makefile-insert-macro'.
  926.    The normal value should be \" = \", since this is what
  927.    standard make expects. However, newer makes such as dmake
  928.    allow a larger variety of different macro assignments, so you
  929.    might prefer to use \" += \" or \" := \" .
  930.  
  931. makefile-tab-after-target-colon:
  932.    If you want a TAB (instead of a space) to be appended after the
  933.    target colon, then set this to a non-nil value.
  934.  
  935. makefile-browser-leftmost-column:
  936.    Number of blanks to the left of the browser selection mark.
  937.  
  938. makefile-browser-cursor-column:
  939.    Column in which the cursor is positioned when it moves
  940.    up or down in the browser.
  941.  
  942. makefile-browser-selected-mark:
  943.    String used to mark selected entries in the browser.
  944.  
  945. makefile-browser-unselected-mark:
  946.    String used to mark unselected entries in the browser.
  947.  
  948. makefile-browser-auto-advance-after-selection-p:
  949.    If this variable is set to a non-nil value the cursor
  950.    will automagically advance to the next line after an item
  951.    has been selected in the browser.
  952.  
  953. makefile-pickup-everything-picks-up-filenames-p:
  954.    If this variable is set to a non-nil value then
  955.    `makefile-pickup-everything' also picks up filenames as targets
  956.    (i.e. it calls `makefile-find-filenames-as-targets'), otherwise
  957.    filenames are omitted.
  958.  
  959. makefile-cleanup-continuations-p:
  960.    If this variable is set to a non-nil value then makefile-mode
  961.    will assure that no line in the file ends with a backslash
  962.    (the continuation character) followed by any whitespace.
  963.    This is done by silently removing the trailing whitespace, leaving
  964.    the backslash itself intact.
  965.    IMPORTANT: Please note that enabling this option causes makefile-mode
  966.    to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
  967.  
  968. makefile-browser-hook:
  969.    A function or list of functions to be called just before the
  970.    browser is entered. This is executed in the makefile buffer.
  971.  
  972. makefile-special-targets-list:
  973.    List of special targets. You will be offered to complete
  974.    on one of those in the minibuffer whenever you enter a `.'.
  975.    at the beginning of a line in Makefile mode." t nil)
  976.  
  977. ;;;***
  978.  
  979. ;;;### (autoloads (modula-2-mode) "modula2" "modes/modula2.el")
  980.  
  981. (autoload 'modula-2-mode "modula2" "\
  982. This is a mode intended to support program development in Modula-2.
  983. All control constructs of Modula-2 can be reached by typing C-c
  984. followed by the first character of the construct.
  985. \\<m2-mode-map>
  986.   \\[m2-begin] begin         \\[m2-case] case
  987.   \\[m2-definition] definition    \\[m2-else] else
  988.   \\[m2-for] for           \\[m2-header] header
  989.   \\[m2-if] if            \\[m2-module] module
  990.   \\[m2-loop] loop          \\[m2-or] or
  991.   \\[m2-procedure] procedure     Control-c Control-w with
  992.   \\[m2-record] record        \\[m2-stdio] stdio
  993.   \\[m2-type] type          \\[m2-until] until
  994.   \\[m2-var] var           \\[m2-while] while
  995.   \\[m2-export] export        \\[m2-import] import
  996.   \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
  997.   \\[suspend-emacs] suspend Emacs     \\[m2-toggle] toggle
  998.   \\[m2-compile] compile           \\[m2-next-error] next-error
  999.   \\[m2-link] link
  1000.  
  1001.    `m2-indent' controls the number of spaces for each indentation.
  1002.    `m2-compile-command' holds the command to compile a Modula-2 program.
  1003.    `m2-link-command' holds the command to link a Modula-2 program." t nil)
  1004.  
  1005. ;;;***
  1006.  
  1007. ;;;### (autoloads (electric-nroff-mode nroff-mode) "nroff-mode" "modes/nroff-mode.el")
  1008.  
  1009. (autoload 'nroff-mode "nroff-mode" "\
  1010. Major mode for editing text intended for nroff to format.
  1011. \\{nroff-mode-map}
  1012. Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
  1013. Also, try `nroff-electric-mode', for automatically inserting
  1014. closing requests for requests that are used in matched pairs." t nil)
  1015.  
  1016. (autoload 'electric-nroff-mode "nroff-mode" "\
  1017. Toggle `nroff-electric-newline' minor mode.
  1018. `nroff-electric-newline' forces Emacs to check for an nroff request at the
  1019. beginning of the line, and insert the matching closing request if necessary.
  1020. This command toggles that mode (off->on, on->off), with an argument,
  1021. turns it on iff arg is positive, otherwise off." t nil)
  1022.  
  1023. (defvar nroff-electric-mode nil "\
  1024. Non-nil if in electric-nroff minor mode.")
  1025.  
  1026. (add-minor-mode 'nroff-electric-mode " Electric" nil nil 'electric-nroff-mode)
  1027.  
  1028. ;;;***
  1029.  
  1030. ;;;### (autoloads (outl-mouse-minor-mode outl-mouse-mode) "outl-mouse" "modes/outl-mouse.el")
  1031.  
  1032. (autoload 'outl-mouse-mode "outl-mouse" "\
  1033. Calls outline-mode, with outl-mouse extensions" t nil)
  1034.  
  1035. (autoload 'outl-mouse-minor-mode "outl-mouse" "\
  1036. Toggles outline-minor-mode, with outl-mouse extensions" t nil)
  1037.  
  1038. ;;;***
  1039.  
  1040. ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "modes/outline.el")
  1041.  
  1042. (defvar outline-minor-mode nil "\
  1043. Non-nil if using Outline mode as a minor mode of some other mode.")
  1044.  
  1045. (make-variable-buffer-local 'outline-minor-mode)
  1046.  
  1047. (put 'outline-minor-mode 'permanent-local t)
  1048.  
  1049. (add-minor-mode 'outline-minor-mode " Outl")
  1050.  
  1051. (autoload 'outline-mode "outline" "\
  1052. Set major mode for editing outlines with selective display.
  1053. Headings are lines which start with asterisks: one for major headings,
  1054. two for subheadings, etc.  Lines not starting with asterisks are body lines. 
  1055.  
  1056. Body text or subheadings under a heading can be made temporarily
  1057. invisible, or visible again.  Invisible lines are attached to the end 
  1058. of the heading, so they move with it, if the line is killed and yanked
  1059. back.  A heading with text hidden under it is marked with an ellipsis (...).
  1060.  
  1061. Commands:\\<outline-mode-map>
  1062. \\[outline-next-visible-heading]   outline-next-visible-heading      move by visible headings
  1063. \\[outline-previous-visible-heading]   outline-previous-visible-heading
  1064. \\[outline-forward-same-level]   outline-forward-same-level        similar but skip subheadings
  1065. \\[outline-backward-same-level]   outline-backward-same-level
  1066. \\[outline-up-heading]   outline-up-heading            move from subheading to heading
  1067.  
  1068. \\[hide-body]    make all text invisible (not headings).
  1069. \\[show-all]    make everything in buffer visible.
  1070.  
  1071. The remaining commands are used when point is on a heading line.
  1072. They apply to some of the body or subheadings of that heading.
  1073. \\[hide-subtree]   hide-subtree    make body and subheadings invisible.
  1074. \\[show-subtree]   show-subtree    make body and subheadings visible.
  1075. \\[show-children]   show-children    make direct subheadings visible.
  1076.          No effect on body, or subheadings 2 or more levels down.
  1077.          With arg N, affects subheadings N levels down.
  1078. \\[hide-entry]       make immediately following body invisible.
  1079. \\[show-entry]       make it visible.
  1080. \\[hide-leaves]       make body under heading and under its subheadings invisible.
  1081.              The subheadings remain visible.
  1082. \\[show-branches]  make all subheadings at all levels visible.
  1083.  
  1084. The variable `outline-regexp' can be changed to control what is a heading.
  1085. A line is a heading if `outline-regexp' matches something at the
  1086. beginning of the line.  The longer the match, the deeper the level.
  1087.  
  1088. Turning on outline mode calls the value of `text-mode-hook' and then of
  1089. `outline-mode-hook', if they are non-nil." t nil)
  1090.  
  1091. (autoload 'outline-minor-mode "outline" "\
  1092. Toggle Outline minor mode.
  1093. With arg, turn Outline minor mode on if arg is positive, off otherwise.
  1094. See the command `outline-mode' for more information on this mode." t nil)
  1095.  
  1096. ;;;***
  1097.  
  1098. ;;;### (autoloads (pascal-mode) "pascal" "modes/pascal.el")
  1099.  
  1100. (autoload 'pascal-mode "pascal" "\
  1101. Major mode for editing Pascal code. \\<pascal-mode-map>
  1102. TAB indents for Pascal code.  Delete converts tabs to spaces as it moves back.
  1103.  
  1104. \\[pascal-complete-word] completes the word around current point with respect to position in code
  1105. \\[pascal-show-completions] shows all possible completions at this point.
  1106.  
  1107. Other useful functions are:
  1108.  
  1109. \\[pascal-mark-defun]    - Mark function.
  1110. \\[pascal-insert-block]    - insert begin ... end;
  1111. \\[pascal-star-comment]    - insert (* ... *)
  1112. \\[pascal-comment-area]    - Put marked area in a comment, fixing nested comments.
  1113. \\[pascal-uncomment-area]    - Uncomment an area commented with \\[pascal-comment-area].
  1114. \\[pascal-beg-of-defun]    - Move to beginning of current function.
  1115. \\[pascal-end-of-defun]    - Move to end of current function.
  1116. \\[pascal-goto-defun]    - Goto function prompted for in the minibuffer.
  1117. \\[pascal-outline]    - Enter pascal-outline-mode (see also pascal-outline).
  1118.  
  1119. Variables controlling indentation/edit style:
  1120.  
  1121.  pascal-indent-level      (default 3)
  1122.     Indentation of Pascal statements with respect to containing block.
  1123.  pascal-case-indent       (default 2)
  1124.     Indentation for case statements.
  1125.  pascal-auto-newline      (default nil)
  1126.     Non-nil means automatically newline after semicolons and the punctuation
  1127.     mark after an end.
  1128.  pascal-tab-always-indent (default t)
  1129.     Non-nil means TAB in Pascal mode should always reindent the current line,
  1130.     regardless of where in the line point is when the TAB command is used.
  1131.  pascal-auto-endcomments  (default t)
  1132.     Non-nil means a comment { ... } is set after the ends which ends cases and
  1133.     functions. The name of the function or case will be set between the braces.
  1134.  pascal-auto-lineup       (default t)
  1135.     List of contexts where auto lineup of :'s or ='s should be done.
  1136.  
  1137. See also the user variables pascal-type-keywords, pascal-start-keywords and
  1138. pascal-separator-keywords.
  1139.  
  1140. Turning on Pascal mode calls the value of the variable pascal-mode-hook with
  1141. no args, if that value is non-nil." t nil)
  1142.  
  1143. ;;;***
  1144.  
  1145. ;;;### (autoloads nil "perl-mode" "modes/perl-mode.el")
  1146.  
  1147. ;;;***
  1148.  
  1149. ;;;### (autoloads (picture-mode) "picture" "modes/picture.el")
  1150.  
  1151. (autoload 'picture-mode "picture" "\
  1152. Switch to Picture mode, in which a quarter-plane screen model is used.
  1153. Printing characters replace instead of inserting themselves with motion
  1154. afterwards settable by these commands:
  1155.   C-c <      Move left after insertion.
  1156.   C-c >      Move right after insertion.
  1157.   C-c ^      Move up after insertion.
  1158.   C-c .      Move down after insertion.
  1159.   C-c `      Move northwest (nw) after insertion.
  1160.   C-c '      Move northeast (ne) after insertion.
  1161.   C-c /      Move southwest (sw) after insertion.
  1162.   C-c \\   Move southeast (se) after insertion.
  1163. The current direction is displayed in the modeline.  The initial
  1164. direction is right.  Whitespace is inserted and tabs are changed to
  1165. spaces when required by movement.  You can move around in the buffer
  1166. with these commands:
  1167.   \\[picture-move-down]      Move vertically to SAME column in previous line.
  1168.   \\[picture-move-up]      Move vertically to SAME column in next line.
  1169.   \\[picture-end-of-line]      Move to column following last non-whitespace character.
  1170.   \\[picture-forward-column]      Move right inserting spaces if required.
  1171.   \\[picture-backward-column]      Move left changing tabs to spaces if required.
  1172.   C-c C-f Move in direction of current picture motion.
  1173.   C-c C-b Move in opposite direction of current picture motion.
  1174.   Return  Move to beginning of next line.
  1175. You can edit tabular text with these commands:
  1176.   M-Tab      Move to column beneath (or at) next interesting character.
  1177.         `Indents' relative to a previous line.
  1178.   Tab      Move to next stop in tab stop list.
  1179.   C-c Tab Set tab stops according to context of this line.
  1180.         With ARG resets tab stops to default (global) value.
  1181.         See also documentation of variable    picture-tab-chars
  1182.         which defines \"interesting character\".  You can manually
  1183.         change the tab stop list with command \\[edit-tab-stops].
  1184. You can manipulate text with these commands:
  1185.   C-d      Clear (replace) ARG columns after point without moving.
  1186.   C-c C-d Delete char at point - the command normally assigned to C-d.
  1187.   \\[picture-backward-clear-column]  Clear (replace) ARG columns before point, moving back over them.
  1188.   \\[picture-clear-line]      Clear ARG lines, advancing over them.     The cleared
  1189.         text is saved in the kill ring.
  1190.   \\[picture-open-line]      Open blank line(s) beneath current line.
  1191. You can manipulate rectangles with these commands:
  1192.   C-c C-k Clear (or kill) a rectangle and save it.
  1193.   C-c C-w Like C-c C-k except rectangle is saved in named register.
  1194.   C-c C-y Overlay (or insert) currently saved rectangle at point.
  1195.   C-c C-x Like C-c C-y except rectangle is taken from named register.
  1196.   \\[copy-rectangle-to-register]   Copies a rectangle to a register.
  1197.   \\[advertised-undo]   Can undo effects of rectangle overlay commands
  1198.         commands if invoked soon enough.
  1199. You can return to the previous mode with:
  1200.   C-c C-c Which also strips trailing whitespace from every line.
  1201.         Stripping is suppressed by supplying an argument.
  1202.  
  1203. Entry to this mode calls the value of  picture-mode-hook  if non-nil.
  1204.  
  1205. Note that Picture mode commands will work outside of Picture mode, but
  1206. they are not defaultly assigned to keys." t nil)
  1207.  
  1208. (defalias 'edit-picture 'picture-mode)
  1209.  
  1210. ;;;***
  1211.  
  1212. ;;;### (autoloads (postscript-mode) "postscript" "modes/postscript.el")
  1213.  
  1214. (autoload 'postscript-mode "postscript" "\
  1215. Major mode for editing PostScript files.
  1216.  
  1217. \\[ps-execute-buffer] will send the contents of the buffer to the NeWS
  1218. server using psh(1).  \\[ps-execute-region] sends the current region.
  1219. \\[ps-shell] starts an interactive psh(1) window which will be used for
  1220. subsequent \\[ps-execute-buffer] or \\[ps-execute-region] commands.
  1221.  
  1222. In this mode, TAB and \\[indent-region] attempt to indent code
  1223. based on the position of {}, [], and begin/end pairs.  The variable
  1224. ps-indent-level controls the amount of indentation used inside
  1225. arrays and begin/end pairs.  
  1226.  
  1227. \\{ps-mode-map}
  1228.  
  1229. \\[postscript-mode] calls the value of the variable postscript-mode-hook 
  1230. with no args, if that value is non-nil." t nil)
  1231.  
  1232. ;;;***
  1233.  
  1234. ;;;### (autoloads (run-prolog inferior-prolog-mode prolog-mode) "prolog" "modes/prolog.el")
  1235.  
  1236. (autoload 'prolog-mode "prolog" "\
  1237. Major mode for editing Prolog code for Prologs.
  1238. Blank lines and `%%...' separate paragraphs.  `%'s start comments.
  1239. Commands:
  1240. \\{prolog-mode-map}
  1241. Entry to this mode calls the value of `prolog-mode-hook'
  1242. if that value is non-nil." t nil)
  1243.  
  1244. (autoload 'inferior-prolog-mode "prolog" "\
  1245. Major mode for interacting with an inferior Prolog process.
  1246.  
  1247. The following commands are available:
  1248. \\{inferior-prolog-mode-map}
  1249.  
  1250. Entry to this mode calls the value of `prolog-mode-hook' with no arguments,
  1251. if that value is non-nil.  Likewise with the value of `comint-mode-hook'.
  1252. `prolog-mode-hook' is called after `comint-mode-hook'.
  1253.  
  1254. You can send text to the inferior Prolog from other buffers
  1255. using the commands `send-region', `send-string' and \\[prolog-consult-region].
  1256.  
  1257. Commands:
  1258. Tab indents for Prolog; with argument, shifts rest
  1259.  of expression rigidly with the current line.
  1260. Paragraphs are separated only by blank lines and '%%'.
  1261. '%'s start comments.
  1262.  
  1263. Return at end of buffer sends line as input.
  1264. Return not at end copies rest of line to end and sends it.
  1265. \\[comint-kill-input] and \\[backward-kill-word] are kill commands, imitating normal Unix input editing.
  1266. \\[comint-interrupt-subjob] interrupts the shell or its current subjob if any.
  1267. \\[comint-stop-subjob] stops. \\[comint-quit-subjob] sends quit signal." t nil)
  1268.  
  1269. (autoload 'run-prolog "prolog" "\
  1270. Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
  1271.  
  1272. ;;;***
  1273.  
  1274. ;;;### (autoloads (py-shell python-mode) "python-mode" "modes/python-mode.el")
  1275.  
  1276. (autoload 'python-mode "python-mode" "\
  1277. Major mode for editing Python files.
  1278. To submit a problem report, enter `\\[py-submit-bug-report]' from a
  1279. `python-mode' buffer.  Do `\\[py-describe-mode]' for detailed
  1280. documentation.  To see what version of `python-mode' you are running,
  1281. enter `\\[py-version]'.
  1282.  
  1283. This mode knows about Python indentation, tokens, comments and
  1284. continuation lines.  Paragraphs are separated by blank lines only.
  1285.  
  1286. COMMANDS
  1287. \\{py-mode-map}
  1288. VARIABLES
  1289.  
  1290. py-indent-offset        indentation increment
  1291. py-block-comment-prefix        comment string used by comment-region
  1292. py-python-command        shell command to invoke Python interpreter
  1293. py-scroll-process-buffer        always scroll Python process buffer
  1294. py-temp-directory        directory used for temp files (if needed)
  1295. py-beep-if-tab-change        ring the bell if tab-width is changed" t nil)
  1296.  
  1297. (autoload 'py-shell "python-mode" "\
  1298. Start an interactive Python interpreter in another window.
  1299. This is like Shell mode, except that Python is running in the window
  1300. instead of a shell.  See the `Interactive Shell' and `Shell Mode'
  1301. sections of the Emacs manual for details, especially for the key
  1302. bindings active in the `*Python*' buffer.
  1303.  
  1304. See the docs for variable `py-scroll-buffer' for info on scrolling
  1305. behavior in the process window.
  1306.  
  1307. Warning: Don't use an interactive Python if you change sys.ps1 or
  1308. sys.ps2 from their default values, or if you're running code that
  1309. prints `>>> ' or `... ' at the start of a line.  `python-mode' can't
  1310. distinguish your output from Python's output, and assumes that `>>> '
  1311. at the start of a line is a prompt from Python.  Similarly, the Emacs
  1312. Shell mode code assumes that both `>>> ' and `... ' at the start of a
  1313. line are Python prompts.  Bad things can happen if you fool either
  1314. mode.
  1315.  
  1316. Warning:  If you do any editing *in* the process buffer *while* the
  1317. buffer is accepting output from Python, do NOT attempt to `undo' the
  1318. changes.  Some of the output (nowhere near the parts you changed!) may
  1319. be lost if you do.  This appears to be an Emacs bug, an unfortunate
  1320. interaction between undo and process filters; the same problem exists in
  1321. non-Python process buffers using the default (Emacs-supplied) process
  1322. filter." t nil)
  1323.  
  1324. ;;;***
  1325.  
  1326. ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "modes/reftex.el")
  1327.  
  1328. (autoload 'turn-on-reftex "reftex" "\
  1329. Turn on RefTeX minor mode." nil nil)
  1330.  
  1331. (autoload 'reftex-mode "reftex" "\
  1332. Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
  1333.  
  1334. Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
  1335. When referencing, you get a menu with all labels of a given type and
  1336. context of the label definition.  The selected label is inserted as a
  1337. \\ref macro.
  1338.  
  1339. Citations can be made with `\\[reftex-citation]' which will use a regular expression
  1340. to pull out a *formatted* list of articles from your BibTeX
  1341. database.  The selected citation is inserted as a \\cite macro.
  1342.  
  1343. A Table of Contents of the entire (multifile) document with browsing
  1344. capabilities is available with `\\[reftex-toc]'.
  1345.  
  1346. Most command have help available on the fly.  This help is accessed by
  1347. pressing `?' to any prompt mentioning this feature.
  1348.  
  1349. Extensive documentation about RefTeX is in the file header of `reftex.el'.
  1350. You can view this information with `\\[reftex-show-commentary]'.
  1351.  
  1352. \\{reftex-mode-map}
  1353. Under X, these and other functions will also be available as `Ref' menu
  1354. on the menu bar.
  1355.  
  1356. ------------------------------------------------------------------------------" t nil)
  1357.  
  1358. ;;;***
  1359.  
  1360. ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el")
  1361.  
  1362. (autoload 'rexx-mode "rexx-mode" "\
  1363. Major mode for editing REXX code.
  1364. \\{rexx-mode-map}
  1365.  
  1366. Variables controlling indentation style:
  1367.  rexx-indent
  1368.     The basic indentation for do-blocks.
  1369.  rexx-end-indent
  1370.     The relative offset of the \"end\" statement. 0 places it in the
  1371.     same column as the statements of the block. Setting it to the same
  1372.     value as rexx-indent places the \"end\" under the do-line.
  1373.  rexx-cont-indent
  1374.     The indention for lines following \"then\", \"else\" and \",\"
  1375.     (continued) lines.
  1376.  rexx-tab-always-indent
  1377.     Non-nil means TAB in REXX mode should always reindent the current 
  1378.     line, regardless of where in the line the point is when the TAB
  1379.     command is used.
  1380.  
  1381. If you have set rexx-end-indent to a nonzero value, you probably want to
  1382. remap RETURN to rexx-indent-newline-indent. It makes sure that lines
  1383. indents correctly when you press RETURN.
  1384.  
  1385. An extensive abbreviation table consisting of all the keywords of REXX are
  1386. supplied. Expanded keywords are converted into upper case making it
  1387. easier to distinguish them. To use this feature the buffer must be in
  1388. abbrev-mode. (See example below.)
  1389.  
  1390. Turning on REXX mode calls the value of the variable rexx-mode-hook with
  1391. no args, if that value is non-nil.
  1392.  
  1393. For example:
  1394. \(setq rexx-mode-hook '(lambda ()
  1395.             (setq rexx-indent 4)
  1396.             (setq rexx-end-indent 4)
  1397.             (setq rexx-cont-indent 4)
  1398.             (local-set-key \"\\C-m\" 'rexx-indent-newline-indent)
  1399.             (abbrev-mode 1)
  1400.             ))
  1401.  
  1402. will make the END aligned with the DO/SELECT. It will indent blocks and
  1403. IF-statements four steps and make sure that the END jumps into the
  1404. correct position when RETURN is pressed. Finally it will use the abbrev
  1405. table to convert all REXX keywords into upper case." t nil)
  1406.  
  1407. ;;;***
  1408.  
  1409. ;;;### (autoloads (resize-minibuffer-mode) "rsz-minibuf" "modes/rsz-minibuf.el")
  1410.  
  1411. (autoload 'resize-minibuffer-mode "rsz-minibuf" "\
  1412. Enable or disable resize-minibuffer mode.
  1413. A negative prefix argument disables this mode.  A positive argument or
  1414. argument of 0 enables it.
  1415.  
  1416. When this minor mode is enabled, the minibuffer is dynamically resized to
  1417. contain the entire region of text put in it as you type.
  1418.  
  1419. The variable `resize-minibuffer-mode' is set to t or nil depending on
  1420. whether this mode is active or not.
  1421.  
  1422. The maximum height to which the minibuffer can grow is controlled by the
  1423. variable `resize-minibuffer-window-max-height'.
  1424.  
  1425. The variable `resize-minibuffer-window-exactly' determines whether the
  1426. minibuffer window should ever be shrunk to make it no larger than needed to
  1427. display its contents.
  1428.  
  1429. When using a window system, it is possible for a minibuffer to be the sole
  1430. window in a frame.  Since that window is already its maximum size, the only
  1431. way to make more text visible at once is to increase the size of the frame.
  1432. The variable `resize-minibuffer-frame' controls whether this should be
  1433. done.  The variables `resize-minibuffer-frame-max-height' and
  1434. `resize-minibuffer-frame-exactly' are analogous to their window
  1435. counterparts." t nil)
  1436.  
  1437. ;;;***
  1438.  
  1439. ;;;### (autoloads (scheme-mode) "scheme" "modes/scheme.el")
  1440.  
  1441. (autoload 'scheme-mode "scheme" "\
  1442. Major mode for editing Scheme code.
  1443. Editing commands are similar to those of lisp-mode.
  1444.  
  1445. In addition, if an inferior Scheme process is running, some additional
  1446. commands will be defined, for evaluating expressions and controlling
  1447. the interpreter, and the state of the process will be displayed in the
  1448. modeline of all Scheme buffers.  The names of commands that interact
  1449. with the Scheme process start with \"xscheme-\".  For more information
  1450. see the documentation for xscheme-interaction-mode.
  1451.  
  1452. Commands:
  1453. Delete converts tabs to spaces as it moves back.
  1454. Blank lines separate paragraphs.  Semicolons start comments.
  1455. \\{scheme-mode-map}
  1456. Entry to this mode calls the value of scheme-mode-hook
  1457. if that value is non-nil." t nil)
  1458.  
  1459. ;;;***
  1460.  
  1461. ;;;### (autoloads (scribe-mode) "scribe" "modes/scribe.el")
  1462.  
  1463. (autoload 'scribe-mode "scribe" "\
  1464. Major mode for editing files of Scribe (a text formatter) source.
  1465. Scribe-mode is similar text-mode, with a few extra commands added.
  1466. \\{scribe-mode-map}
  1467.  
  1468. Interesting variables:
  1469.  
  1470. scribe-fancy-paragraphs
  1471.   Non-nil makes Scribe mode use a different style of paragraph separation.
  1472.  
  1473. scribe-electric-quote
  1474.   Non-nil makes insert of double quote use `` or '' depending on context.
  1475.  
  1476. scribe-electric-parenthesis
  1477.   Non-nil makes an open-parenthesis char (one of `([<{')
  1478.   automatically insert its close if typed after an @Command form." t nil)
  1479.  
  1480. ;;;***
  1481.  
  1482. ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode user-mail-address) "sendmail" "modes/sendmail.el")
  1483.  
  1484. (defvar mail-from-style 'angles "\
  1485. *Specifies how \"From:\" fields look.
  1486.  
  1487. If `nil', they contain just the return address like:
  1488.     king@grassland.com
  1489. If `parens', they look like:
  1490.     king@grassland.com (Elvis Parsley)
  1491. If `angles', they look like:
  1492.     Elvis Parsley <king@grassland.com>")
  1493.  
  1494. (defvar mail-self-blind nil "\
  1495. Non-nil means insert BCC to self in messages to be sent.
  1496. This is done when the message is initialized,
  1497. so you can remove or alter the BCC field to override the default.")
  1498.  
  1499. (defvar mail-interactive nil "\
  1500. Non-nil means when sending a message wait for and display errors.
  1501. nil means let mailer mail back a message to report errors.")
  1502.  
  1503. (defvar mail-dir nil "\
  1504. *Default directory for saving messages.")
  1505.  
  1506. (defvar rmail-ignored-headers (purecopy (concat "^\\(" (mapconcat 'identity '("Sender:" "References:" "Return-Path:" "Received:" "[^:     \n]*Message-ID:" "Errors-To:" "Path:" "Expires:" "Xref:" "Lines:" "Approved:" "Distribution:" "Content-Length:" "Mime-Version:" "Content-Type:" "Content-Transfer-Encoding:" "X400-Received:" "X400-Originator:" "X400-Mts-Identifier:" "X400-Content-Type:" "Content-Identifier:" "Status:" "Summary-Line:" "X-Attribution:" "Via:" "Sent-Via:" "Mail-From:" "Origin:" "Comments:" "Originator:" "NF-ID:" "NF-From:" "Posting-Version:" "Posted:" "Posted-Date:" "Date-Received:" "Relay-Version:" "Article-I\\.D\\.:" "NNTP-Version:" "NNTP-Posting-Host:" "X-Mailer:" "X-Newsreader:" "News-Software:" "X-Received:" "X-References:" "X-Envelope-To:" "X-VMS-" "Remailed-" "X-Plantation:" "X-Windows:" "X-Pgp-") "\\|") "\\)")) "\
  1507. *Gubbish header fields one would rather not see.")
  1508.  
  1509. (defvar mail-yank-ignored-headers (purecopy (concat rmail-ignored-headers "\\|" "^\\(" (mapconcat 'identity '("Resent-To:" "Resent-By:" "Resent-CC:" "To:" "Subject:" "In-Reply-To:") "\\|") "\\)")) "\
  1510. Delete these headers from old message when it's inserted in a reply.")
  1511.  
  1512. (defvar send-mail-function 'sendmail-send-it "\
  1513. Function to call to send the current buffer as mail.
  1514. The headers should be delimited by a line whose contents
  1515. match the variable `mail-header-separator'.")
  1516.  
  1517. (defvar mail-header-separator (purecopy "--text follows this line--") "\
  1518. *Line used to separate headers from text in messages being composed.")
  1519.  
  1520. (defvar mail-archive-file-name nil "\
  1521. *Name of file to write all outgoing messages in, or nil for none.
  1522. This can be an inbox file or an Rmail file.")
  1523.  
  1524. (defvar mail-default-reply-to nil "\
  1525. *Address to insert as default Reply-to field of outgoing messages.
  1526. If nil, it will be initialized from the REPLYTO environment variable
  1527. when you first send mail.")
  1528.  
  1529. (defvar mail-alias-file nil "\
  1530. *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
  1531. This file defines aliases to be expanded by the mailer; this is a different
  1532. feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
  1533. This variable has no effect unless your system uses sendmail as its mailer.")
  1534.  
  1535. (defvar mail-yank-prefix "> " "\
  1536. *Prefix insert on lines of yanked message being replied to.
  1537. nil means use indentation.")
  1538.  
  1539. (defvar mail-signature nil "\
  1540. *Text inserted at end of mail buffer when a message is initialized.
  1541. If t, it means to insert the contents of the file `mail-signature-file'.")
  1542.  
  1543. (autoload 'user-mail-address "sendmail" "\
  1544. Query the user for his mail address, unless it is already known." t nil)
  1545.  
  1546. (autoload 'mail-mode "sendmail" "\
  1547. Major mode for editing mail to be sent.
  1548. Like Text Mode but with these additional commands:
  1549. C-c C-s  mail-send (send the message)    C-c C-c  mail-send-and-exit
  1550. C-c C-f  move to a header field (and create it if there isn't):
  1551.      C-c C-f C-t  move to To:    C-c C-f C-s  move to Subj:
  1552.      C-c C-f C-b  move to BCC:    C-c C-f C-c  move to CC:
  1553.      C-c C-f C-f  move to FCC:    C-c C-f C-r  move to Reply-To:
  1554. C-c C-t  mail-text (move to beginning of message text).
  1555. C-c C-w  mail-signature (insert `mail-signature-file' file).
  1556. C-c C-y  mail-yank-original (insert current message, in Rmail).
  1557. C-c C-q  mail-fill-yanked-message (fill what was yanked).
  1558. C-c C-v  mail-sent-via (add a sent-via field for each To or CC)." t nil)
  1559.  
  1560. (autoload 'mail "sendmail" "\
  1561. Edit a message to be sent.  Prefix arg means resume editing (don't erase).
  1562. When this function returns, the buffer `*mail*' is selected.
  1563. The value is t if the message was newly initialized; otherwise, nil.
  1564.  
  1565. Optionally, the signature file `mail-signature-file' can be inserted at the
  1566. end; see the variable `mail-signature'.
  1567.  
  1568. \\<mail-mode-map>
  1569. While editing message, type \\[mail-send-and-exit] to send the message and exit.
  1570.  
  1571. Various special commands starting with C-c are available in sendmail mode
  1572. to move to message header fields:
  1573. \\{mail-mode-map}
  1574.  
  1575. The variable `mail-signature' controls whether the signature file
  1576. `mail-signature-file' is inserted immediately.
  1577.  
  1578. If `mail-signature' is nil, use \\[mail-signature] to insert the
  1579. signature in `mail-signature-file'.
  1580.  
  1581. If `mail-self-blind' is non-nil, a BCC to yourself is inserted
  1582. when the message is initialized.
  1583.  
  1584. If `mail-default-reply-to' is non-nil, it should be an address (a string);
  1585. a Reply-to: field with that address is inserted.
  1586.  
  1587. If `mail-archive-file-name' is non-nil, an FCC field with that file name
  1588. is inserted.
  1589.  
  1590. The normal hook `mail-setup-hook' is run after the message is
  1591. initialized.  It can add more default fields to the message.
  1592.  
  1593. When calling from a program, the first argument if non-nil says
  1594. not to erase the existing contents of the `*mail*' buffer.
  1595.  
  1596. The second through fifth arguments,
  1597.  TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
  1598.  the initial contents of those header fields.
  1599.  These arguments should not have final newlines.
  1600. The sixth argument REPLYBUFFER is a buffer whose contents
  1601.  should be yanked if the user types C-c C-y.
  1602. The seventh argument ACTIONS is a list of actions to take
  1603.  if/when the message is sent.  Each action looks like (FUNCTION . ARGS);
  1604.  when the message is sent, we apply FUNCTION to ARGS.
  1605.  This is how Rmail arranges to mark messages `answered'." t nil)
  1606.  
  1607. (autoload 'mail-other-window "sendmail" "\
  1608. Like `mail' command, but display mail buffer in another window." t nil)
  1609.  
  1610. (autoload 'mail-other-frame "sendmail" "\
  1611. Like `mail' command, but display mail buffer in another frame." t nil)
  1612.  
  1613. (add-hook 'same-window-buffer-names "*mail*")
  1614.  
  1615. ;;;***
  1616.  
  1617. ;;;### (autoloads nil "sgml-mode" "modes/sgml-mode.el")
  1618.  
  1619. ;;;***
  1620.  
  1621. ;;;### (autoloads (sh-mode) "sh-script" "modes/sh-script.el")
  1622.  
  1623. (put 'sh-mode 'mode-class 'special)
  1624.  
  1625. (autoload 'sh-mode "sh-script" "\
  1626. Major mode for editing shell scripts.
  1627. This mode works for many shells, since they all have roughly the same syntax,
  1628. as far as commands, arguments, variables, pipes, comments etc. are concerned.
  1629. Unless the file's magic number indicates the shell, your usual shell is
  1630. assumed.  Since filenames rarely give a clue, they are not further analyzed.
  1631.  
  1632. This mode adapts to the variations between shells (see `sh-set-shell') by
  1633. means of an inheritance based feature lookup (see `sh-feature').  This
  1634. mechanism applies to all variables (including skeletons) that pertain to
  1635. shell-specific features.
  1636.  
  1637. The default style of this mode is that of Rosenblatt's Korn shell book.
  1638. The syntax of the statements varies with the shell being used.  The
  1639. following commands are available, based on the current shell's syntax:
  1640.  
  1641. \\[sh-case]     case statement
  1642. \\[sh-for]     for loop
  1643. \\[sh-function]     function definition
  1644. \\[sh-if]     if statement
  1645. \\[sh-indexed-loop]     indexed loop from 1 to n
  1646. \\[sh-while-getopts]     while getopts loop
  1647. \\[sh-repeat]     repeat loop
  1648. \\[sh-select]     select loop
  1649. \\[sh-until]     until loop
  1650. \\[sh-while]     while loop
  1651.  
  1652. \\[backward-delete-char-untabify]     Delete backward one position, even if it was a tab.
  1653. \\[sh-newline-and-indent]     Delete unquoted space and indent new line same as this one.
  1654. \\[sh-end-of-command]     Go to end of successive commands.
  1655. \\[sh-beginning-of-command]     Go to beginning of successive commands.
  1656. \\[sh-set-shell]     Set this buffer's shell, and maybe its magic number.
  1657. \\[sh-execute-region]     Have optional header and region be executed in a subshell.
  1658.  
  1659. \\[sh-maybe-here-document]     Without prefix, following an unquoted < inserts here document.
  1660. {, (, [, ', \", `
  1661.     Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
  1662.  
  1663. If you generally program a shell different from your login shell you can
  1664. set `sh-shell-file' accordingly.  If your shell's file name doesn't correctly
  1665. indicate what shell it is use `sh-alias-alist' to translate.
  1666.  
  1667. If your shell gives error messages with line numbers, you can use \\[executable-interpret]
  1668. with your script for an edit-interpret-debug cycle." t nil)
  1669.  
  1670. (defalias 'shell-script-mode 'sh-mode)
  1671.  
  1672. ;;;***
  1673.  
  1674. ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer strokes-mode strokes-list-strokes strokes-load-user-strokes strokes-help strokes-describe-stroke strokes-do-complex-stroke strokes-do-stroke strokes-read-stroke strokes-global-set-stroke) "strokes" "modes/strokes.el")
  1675.  
  1676. (defcustom strokes-mode nil "Non-nil when `strokes' is globally enabled." :type 'boolean :set (lambda (symbol value) (strokes-mode (or value 0))) :initialize 'custom-initialize-default :require 'strokes :group 'strokes)
  1677.  
  1678. (autoload 'strokes-global-set-stroke "strokes" "\
  1679. Interactively give STROKE the global binding as COMMAND.
  1680. Operated just like `global-set-key', except for strokes.
  1681. COMMAND is a symbol naming an interactively-callable function.  STROKE
  1682. is a list of sampled positions on the stroke grid as described in the
  1683. documentation for the `strokes-define-stroke' function." t nil)
  1684.  
  1685. (defalias 'global-set-stroke 'strokes-global-set-stroke)
  1686.  
  1687. (autoload 'strokes-read-stroke "strokes" "\
  1688. Read a simple stroke (interactively) and return the stroke.
  1689. Optional PROMPT in minibuffer displays before and during stroke reading.
  1690. This function will display the stroke interactively as it is being
  1691. entered in the strokes buffer if the variable
  1692. `strokes-use-strokes-buffer' is non-nil.
  1693. Optional EVENT is acceptable as the starting event of the stroke" nil nil)
  1694.  
  1695. (autoload 'strokes-do-stroke "strokes" "\
  1696. Read a simple stroke from the user and then exectute its command.
  1697. This must be bound to a mouse event." t nil)
  1698.  
  1699. (autoload 'strokes-do-complex-stroke "strokes" "\
  1700. Read a complex stroke from the user and then exectute its command.
  1701. This must be bound to a mouse event." t nil)
  1702.  
  1703. (autoload 'strokes-describe-stroke "strokes" "\
  1704. Displays the command which STROKE maps to, reading STROKE interactively." t nil)
  1705.  
  1706. (defalias 'describe-stroke 'strokes-describe-stroke)
  1707.  
  1708. (autoload 'strokes-help "strokes" "\
  1709. Get instructional help on using the the `strokes' package." t nil)
  1710.  
  1711. (autoload 'strokes-load-user-strokes "strokes" "\
  1712. Load user-defined strokes from file named by `strokes-file'." t nil)
  1713.  
  1714. (defalias 'load-user-strokes 'strokes-load-user-strokes)
  1715.  
  1716. (autoload 'strokes-list-strokes "strokes" "\
  1717. Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
  1718. With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
  1719. chronologically by command name.
  1720. If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil)
  1721.  
  1722. (defalias 'list-strokes 'strokes-list-strokes)
  1723.  
  1724. (autoload 'strokes-mode "strokes" "\
  1725. Toggle strokes being enabled.
  1726. With ARG, turn strokes on if and only if ARG is positive or true.
  1727. Note that `strokes-mode' is a global mode.  Think of it as a minor
  1728. mode in all buffers when activated.
  1729. By default, strokes are invoked with mouse button-2.  You can define
  1730. new strokes with
  1731.  
  1732. > M-x global-set-stroke
  1733.  
  1734. To use strokes for pictographic editing, such as Chinese/Japanese, use
  1735. Sh-button-2, which draws strokes and inserts them.  Encode/decode your
  1736. strokes with
  1737.  
  1738. > M-x strokes-encode-buffer
  1739. > M-x strokes-decode-buffer" t nil)
  1740.  
  1741. (autoload 'strokes-decode-buffer "strokes" "\
  1742. Decode stroke strings in BUFFER and display their corresponding glyphs.
  1743. Optional BUFFER defaults to the current buffer.
  1744. Optional FORCE non-nil will ignore the buffer's read-only status." t nil)
  1745.  
  1746. (autoload 'strokes-compose-complex-stroke "strokes" "\
  1747. Read a complex stroke and insert its glyph into the current buffer." t nil)
  1748.  
  1749. ;;;***
  1750.  
  1751. ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" "modes/tcl.el")
  1752.  
  1753. (autoload 'tcl-mode "tcl" "\
  1754. Major mode for editing Tcl code.
  1755. Expression and list commands understand all Tcl brackets.
  1756. Tab indents for Tcl code.
  1757. Paragraphs are separated by blank lines only.
  1758. Delete converts tabs to spaces as it moves back.
  1759.  
  1760. Variables controlling indentation style:
  1761.   tcl-indent-level
  1762.     Indentation of Tcl statements within surrounding block.
  1763.   tcl-continued-indent-level
  1764.     Indentation of continuation line relative to first line of command.
  1765.  
  1766. Variables controlling user interaction with mode (see variable
  1767. documentation for details):
  1768.   tcl-tab-always-indent
  1769.     Controls action of TAB key.
  1770.   tcl-auto-newline
  1771.     Non-nil means automatically newline before and after braces, brackets,
  1772.     and semicolons inserted in Tcl code.
  1773.   tcl-electric-hash-style
  1774.     Controls action of `#' key.
  1775.   tcl-use-hairy-comment-detector
  1776.     If t, use more complicated, but slower, comment detector.
  1777.     This variable is only used in GNU Emacs 19.
  1778.   tcl-use-smart-word-finder
  1779.     If not nil, use a smarter, Tcl-specific way to find the current
  1780.     word when looking up help on a Tcl command.
  1781.  
  1782. Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
  1783. with no args, if that value is non-nil.  Read the documentation for
  1784. `tcl-mode-hook' to see what kinds of interesting hook functions
  1785. already exist.
  1786.  
  1787. Commands:
  1788. \\{tcl-mode-map}" t nil)
  1789.  
  1790. (autoload 'inferior-tcl "tcl" "\
  1791. Run inferior Tcl process.
  1792. Prefix arg means enter program name interactively.
  1793. See documentation for function `inferior-tcl-mode' for more information." t nil)
  1794.  
  1795. (autoload 'tcl-help-on-word "tcl" "\
  1796. Get help on Tcl command.  Default is word at point.
  1797. Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
  1798.  
  1799. ;;;***
  1800.  
  1801. ;;;### (autoloads (latex-mode plain-tex-mode tex-mode) "tex-mode" "modes/tex-mode.el")
  1802.  
  1803. (autoload 'tex-mode "tex-mode" "\
  1804. Major mode for editing files of input for TeX, LaTeX, or SliTeX.
  1805. Tries to determine (by looking at the beginning of the file) whether
  1806. this file is for plain TeX, LaTeX, or SliTeX and calls plain-tex-mode,
  1807. latex-mode, or slitex-mode, respectively.  If it cannot be determined,
  1808. such as if there are no commands in the file, the value of tex-default-mode
  1809. is used." t nil)
  1810.  
  1811. (fset 'TeX-mode 'tex-mode)
  1812.  
  1813. (fset 'LaTeX-mode 'latex-mode)
  1814.  
  1815. (autoload 'plain-tex-mode "tex-mode" "\
  1816. Major mode for editing files of input for plain TeX.
  1817. Makes $ and } display the characters they match.
  1818. Makes \" insert `` when it seems to be the beginning of a quotation,
  1819. and '' when it appears to be the end; it inserts \" only after a \\.
  1820.  
  1821. Use \\[tex-region] to run TeX on the current region, plus a \"header\"
  1822. copied from the top of the file (containing macro definitions, etc.),
  1823. running TeX under a special subshell.  \\[tex-buffer] does the whole buffer.
  1824. \\[tex-file] saves the buffer and then processes the file.
  1825. \\[tex-print] prints the .dvi file made by any of these.
  1826. \\[tex-view] previews the .dvi file made by any of these.
  1827. \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
  1828.  
  1829. Use \\[validate-tex-buffer] to check buffer for paragraphs containing
  1830. mismatched $'s or braces.
  1831.  
  1832. Special commands:
  1833. \\{tex-mode-map}
  1834.  
  1835. Mode variables:
  1836. tex-run-command
  1837.     Command string used by \\[tex-region] or \\[tex-buffer].
  1838. tex-directory
  1839.     Directory in which to create temporary files for TeX jobs
  1840.     run by \\[tex-region] or \\[tex-buffer].
  1841. tex-dvi-print-command
  1842.     Command string used by \\[tex-print] to print a .dvi file.
  1843. tex-alt-dvi-print-command
  1844.     Alternative command string used by \\[tex-print] (when given a prefix
  1845.     argument) to print a .dvi file.
  1846. tex-dvi-view-command
  1847.     Command string used by \\[tex-view] to preview a .dvi file.
  1848. tex-show-queue-command
  1849.     Command string used by \\[tex-show-print-queue] to show the print
  1850.     queue that \\[tex-print] put your job on.
  1851.  
  1852. Entering Plain-tex mode calls the value of text-mode-hook, then the value of
  1853. tex-mode-hook, and then the value of plain-tex-mode-hook.  When the special
  1854. subshell is initiated, the value of tex-shell-hook is called." t nil)
  1855.  
  1856. (fset 'plain-TeX-mode 'plain-tex-mode)
  1857.  
  1858. (autoload 'latex-mode "tex-mode" "\
  1859. Major mode for editing files of input for LaTeX.
  1860. Makes $ and } display the characters they match.
  1861. Makes \" insert `` when it seems to be the beginning of a quotation,
  1862. and '' when it appears to be the end; it inserts \" only after a \\.
  1863.  
  1864. Use \\[tex-region] to run LaTeX on the current region, plus the preamble
  1865. copied from the top of the file (containing \\documentstyle, etc.),
  1866. running LaTeX under a special subshell.  \\[tex-buffer] does the whole buffer.
  1867. \\[tex-file] saves the buffer and then processes the file.
  1868. \\[tex-print] prints the .dvi file made by any of these.
  1869. \\[tex-view] previews the .dvi file made by any of these.
  1870. \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
  1871.  
  1872. Use \\[validate-tex-buffer] to check buffer for paragraphs containing
  1873. mismatched $'s or braces.
  1874.  
  1875. Special commands:
  1876. \\{tex-mode-map}
  1877.  
  1878. Mode variables:
  1879. latex-run-command
  1880.     Command string used by \\[tex-region] or \\[tex-buffer].
  1881. tex-directory
  1882.     Directory in which to create temporary files for LaTeX jobs
  1883.     run by \\[tex-region] or \\[tex-buffer].
  1884. tex-dvi-print-command
  1885.     Command string used by \\[tex-print] to print a .dvi file.
  1886. tex-alt-dvi-print-command
  1887.     Alternative command string used by \\[tex-print] (when given a prefix
  1888.     argument) to print a .dvi file.
  1889. tex-dvi-view-command
  1890.     Command string used by \\[tex-view] to preview a .dvi file.
  1891. tex-show-queue-command
  1892.     Command string used by \\[tex-show-print-queue] to show the print
  1893.     queue that \\[tex-print] put your job on.
  1894.  
  1895. Entering Latex mode calls the value of text-mode-hook, then the value of
  1896. tex-mode-hook, and then the value of latex-mode-hook.  When the special
  1897. subshell is initiated, the value of tex-shell-hook is called." t nil)
  1898.  
  1899. ;;;***
  1900.  
  1901. ;;;### (autoloads (texinfo-mode) "texinfo" "modes/texinfo.el")
  1902.  
  1903. (autoload 'texinfo-mode "texinfo" "\
  1904. Major mode for editing Texinfo files.
  1905.  
  1906.   It has these extra commands:
  1907. \\{texinfo-mode-map}
  1908.  
  1909.   These are files that are used as input for TeX to make printed manuals
  1910. and also to be turned into Info files with \\[makeinfo-buffer] or
  1911. the `makeinfo' program.  These files must be written in a very restricted and
  1912. modified version of TeX input format.
  1913.  
  1914.   Editing commands are like text-mode except that the syntax table is
  1915. set up so expression commands skip Texinfo bracket groups.  To see
  1916. what the Info version of a region of the Texinfo file will look like,
  1917. use \\[makeinfo-region], which runs `makeinfo' on the current region.
  1918.  
  1919.   You can show the structure of a Texinfo file with \\[texinfo-show-structure].
  1920. This command shows the structure of a Texinfo file by listing the
  1921. lines with the @-sign commands for @chapter, @section, and the like.
  1922. These lines are displayed in another window called the *Occur* window.
  1923. In that window, you can position the cursor over one of the lines and
  1924. use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
  1925. in the Texinfo file.
  1926.  
  1927.   In addition, Texinfo mode provides commands that insert various
  1928. frequently used @-sign commands into the buffer.  You can use these
  1929. commands to save keystrokes.  And you can insert balanced braces with
  1930. \\[texinfo-insert-braces] and later use the command \\[up-list] to
  1931. move forward past the closing brace.
  1932.  
  1933. Also, Texinfo mode provides functions for automatically creating or
  1934. updating menus and node pointers.  These functions
  1935.  
  1936.   * insert the `Next', `Previous' and `Up' pointers of a node,
  1937.   * insert or update the menu for a section, and
  1938.   * create a master menu for a Texinfo source file.
  1939.  
  1940. Here are the functions:
  1941.  
  1942.     texinfo-update-node                \\[texinfo-update-node]
  1943.     texinfo-every-node-update          \\[texinfo-every-node-update]
  1944.     texinfo-sequential-node-update 
  1945.  
  1946.     texinfo-make-menu                  \\[texinfo-make-menu]
  1947.     texinfo-all-menus-update           \\[texinfo-all-menus-update]
  1948.     texinfo-master-menu
  1949.  
  1950.     texinfo-indent-menu-description (column &optional region-p)
  1951.  
  1952. The `texinfo-column-for-description' variable specifies the column to
  1953. which menu descriptions are indented. 
  1954.  
  1955. Passed an argument (a prefix argument, if interactive), the
  1956. `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
  1957. in the region.
  1958.  
  1959. To use the updating commands, you must structure your Texinfo file
  1960. hierarchically, such that each `@node' line, with the exception of the
  1961. Top node, is accompanied by some kind of section line, such as an
  1962. `@chapter' or `@section' line.
  1963.  
  1964. If the file has a `top' node, it must be called `top' or `Top' and
  1965. be the first node in the file.
  1966.  
  1967. Entering Texinfo mode calls the value of text-mode-hook, and then the
  1968. value of texinfo-mode-hook." t nil)
  1969.  
  1970. ;;;***
  1971.  
  1972. ;;;### (autoloads (verilog-mode) "verilog-mode" "modes/verilog-mode.el")
  1973.  
  1974. (autoload 'verilog-mode "verilog-mode" "\
  1975. Major mode for editing Verilog code. \\<verilog-mode-map>
  1976. NEWLINE, TAB indents for Verilog code.  
  1977. Delete converts tabs to spaces as it moves back.
  1978. Supports highlighting.
  1979.  
  1980. Variables controlling indentation/edit style:
  1981.  
  1982.  verilog-indent-level           (default 3)
  1983.     Indentation of Verilog statements with respect to containing block.
  1984.  verilog-indent-level-module    (default 3)
  1985.     Absolute indentation of Module level Verilog statements. 
  1986.     Set to 0 to get initial and always statements lined up 
  1987.     on the left side of your screen.
  1988.  verilog-indent-level-declaration    (default 3)
  1989.     Indentation of declarations with respect to containing block. 
  1990.     Set to 0 to get them list right under containing block.
  1991.  verilog-indent-level-behavorial    (default 3)
  1992.     Indentation of first begin in a task or function block
  1993.     Set to 0 to get such code to linedup underneath the task or function keyword
  1994.  verilog-cexp-indent            (default 1)
  1995.     Indentation of Verilog statements broken across lines.
  1996.  verilog-case-indent            (default 2)
  1997.     Indentation for case statements.
  1998.  verilog-auto-newline           (default nil)
  1999.     Non-nil means automatically newline after semicolons and the punctation 
  2000.     mark after an end.
  2001.  verilog-auto-indent-on-newline (default t)
  2002.     Non-nil means automatically indent line after newline
  2003.  verilog-tab-always-indent      (default t)
  2004.     Non-nil means TAB in Verilog mode should always reindent the current line,
  2005.     regardless of where in the line point is when the TAB command is used.
  2006.  verilog-indent-begin-after-if  (default t)
  2007.     Non-nil means to indent begin statements following a preceding
  2008.     if, else, while, for and repeat statements, if any. otherwise,
  2009.     the begin is lined up with the preceding token. If t, you get:
  2010.       if (a)
  2011.          begin
  2012.     otherwise you get:
  2013.       if (a)
  2014.       begin
  2015.  verilog-auto-endcomments       (default t)
  2016.     Non-nil means a comment /* ... */ is set after the ends which ends 
  2017.       cases, tasks, functions and modules.
  2018.     The type and name of the object will be set between the braces.
  2019.  verilog-minimum-comment-distance (default 40)
  2020.     Minimum distance between begin and end required before a comment
  2021.     will be inserted.  Setting this variable to zero results in every
  2022.     end aquiring a comment; the default avoids too many redundanet
  2023.     comments in tight quarters. 
  2024.  verilog-auto-lineup            (default `(all))
  2025.     List of contexts where auto lineup of :'s or ='s should be done.
  2026.  
  2027. Turning on Verilog mode calls the value of the variable verilog-mode-hook with
  2028. no args, if that value is non-nil.
  2029. Other useful functions are:
  2030. \\[verilog-complete-word]    -complete word with appropriate possibilities 
  2031.    (functions, verilog keywords...)
  2032. \\[verilog-comment-region]    - Put marked area in a comment, fixing 
  2033.    nested comments.
  2034. \\[verilog-uncomment-region]    - Uncomment an area commented with \\[verilog-comment-region].
  2035. \\[verilog-insert-block]    - insert begin ... end;
  2036. \\[verilog-star-comment]    - insert /* ... */
  2037. \\[verilog-mark-defun]    - Mark function.
  2038. \\[verilog-beg-of-defun]    - Move to beginning of current function.
  2039. \\[verilog-end-of-defun]    - Move to end of current function.
  2040. \\[verilog-label-be]    - Label matching begin ... end, fork ... join 
  2041.   and case ... endcase statements;
  2042. " t nil)
  2043.  
  2044. ;;;***
  2045.  
  2046. ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
  2047.  
  2048. (autoload 'vhdl-mode "vhdl-mode" "\
  2049. Major mode for editing VHDL code.
  2050. vhdl-mode $Revision: 2.74 $
  2051. To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
  2052. vhdl-mode buffer.  This automatically sets up a mail buffer with version
  2053. information already added.  You just need to add a description of the
  2054. problem, including a reproducable test case and send the message.
  2055.  
  2056. Note that the details of configuring vhdl-mode will soon be moved to the
  2057. accompanying texinfo manual.  Until then, please read the README file
  2058. that came with the vhdl-mode distribution.
  2059.  
  2060. The hook variable `vhdl-mode-hook' is run with no args, if that value is
  2061. bound and has a non-nil value.
  2062.  
  2063. Key bindings:
  2064. \\{vhdl-mode-map}" t nil)
  2065.  
  2066. ;;;***
  2067.  
  2068. ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el")
  2069.  
  2070. (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map 'delete 'scroll-down) (define-key map "
  2071. " 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map))
  2072.  
  2073. (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map))
  2074.  
  2075. (autoload 'view-file "view-less" "\
  2076. Find FILE, enter view mode.  With prefix arg OTHER-P, use other window." t nil)
  2077.  
  2078. (autoload 'view-buffer "view-less" "\
  2079. Switch to BUF, enter view mode.  With prefix arg use other window." t nil)
  2080.  
  2081. (autoload 'view-file-other-window "view-less" "\
  2082. Find FILE in other window, and enter view mode." t nil)
  2083.  
  2084. (autoload 'view-buffer-other-window "view-less" "\
  2085. Switch to BUFFER in another window, and enter view mode." t nil)
  2086.  
  2087. (autoload 'view-minor-mode "view-less" "\
  2088. Minor mode for viewing text, with bindings like `less'.
  2089. Commands are:
  2090. \\<view-minor-mode-map>
  2091. 0..9    prefix args
  2092. -    prefix minus
  2093. \\[scroll-up]    page forward
  2094. \\[scroll-down]    page back
  2095. \\[view-scroll-lines-up]    scroll prefix-arg lines forward, default 1.
  2096. \\[view-scroll-lines-down]    scroll prefix-arg lines backward, default 1.
  2097. \\[view-scroll-some-lines-down]    scroll prefix-arg lines backward, default 10.
  2098. \\[view-scroll-some-lines-up]    scroll prefix-arg lines forward, default 10.
  2099. \\[what-line]    print line number
  2100. \\[view-mode-describe]    print this help message
  2101. \\[view-search-forward]    regexp search, uses previous string if you just hit RET
  2102. \\[view-search-backward]    as above but searches backward
  2103. \\[view-repeat-search]    repeat last search
  2104. \\[view-goto-line]    goto line prefix-arg, default 1
  2105. \\[view-last-windowful]    goto line prefix-arg, default last line
  2106. \\[view-goto-percent]    goto a position by percentage
  2107. \\[toggle-truncate-lines]    toggle truncate-lines
  2108. \\[view-file]    view another file
  2109. \\[view-buffer]    view another buffer
  2110. \\[view-cleanup-backspaces]    cleanup backspace constructions
  2111. \\[shell-command]    execute a shell command
  2112. \\[shell-command-on-region]    execute a shell command with the region as input
  2113. \\[view-quit]    exit view-mode, and bury the current buffer.
  2114.  
  2115. If invoked with the optional (prefix) arg non-nil, view-mode cleans up
  2116. backspace constructions.
  2117.  
  2118. More precisely:
  2119. \\{view-minor-mode-map}" t nil)
  2120.  
  2121. (autoload 'view-mode "view-less" "\
  2122. View the current buffer using view-minor-mode.  This exists to be 99.9%
  2123. compatible with the implementations of `view-mode' in view.el and older
  2124. versions of view-less.el." t nil)
  2125.  
  2126. (autoload 'view-major-mode "view-less" "\
  2127. View the current buffer using view-mode, as a major mode.
  2128. This function has a nonstandard name because `view-mode' is wrongly
  2129. named but is like this for compatibility reasons." t nil)
  2130.  
  2131. (autoload 'auto-view-mode "view-less" "\
  2132. If the file of the current buffer is not writable, call view-mode.
  2133. This is meant to be added to `find-file-hooks'." nil nil)
  2134.  
  2135. ;;;***
  2136.  
  2137. ;;;### (autoloads (vrml-mode) "vrml-mode" "modes/vrml-mode.el")
  2138.  
  2139. (autoload 'vrml-mode "vrml-mode" "\
  2140. Major mode for editing VRML code.
  2141. Expression and list commands understand all VRML brackets.
  2142. Tab indents for VRML code.
  2143. Paragraphs are separated by blank lines only.
  2144. Delete converts tabs to spaces as it moves back.
  2145.  
  2146. Variables controlling indentation style:
  2147.   vrml-indent-level
  2148.     Indentation of VRML statements within surrounding block.
  2149.  
  2150. Variables controlling user interaction with mode (see variable
  2151. documentation for details):
  2152.   vrml-tab-always-indent
  2153.     Controls action of TAB key.
  2154.   vrml-auto-newline
  2155.     Non-nil means automatically newline before and after braces
  2156.     inserted in VRML code.
  2157.  
  2158. Turning on VRML mode calls the value of the variable `vrml-mode-hook'
  2159. with no args, if that value is non-nil.  Read the documentation for
  2160. `vrml-mode-hook' to see what kinds of interesting hook functions
  2161. already exist.
  2162.  
  2163. Commands:
  2164. \\{vrml-mode-map}" t nil)
  2165.  
  2166. ;;;***
  2167.  
  2168. ;;;### (autoloads (winmgr-mode) "winmgr-mode" "modes/winmgr-mode.el")
  2169.  
  2170. (autoload 'winmgr-mode "winmgr-mode" "\
  2171. Major mode for editing winmgr config files." t nil)
  2172.  
  2173. ;;;***
  2174.  
  2175. ;;;### (autoloads (xpm-mode) "xpm-mode" "modes/xpm-mode.el")
  2176.  
  2177. (autoload 'xpm-mode "xpm-mode" "\
  2178. Treat the current buffer as an xpm file and colorize it.
  2179.  
  2180.   Shift-button-1 lets you paint by dragging the mouse.  Shift-button-1 on a
  2181. color definition line will change the current painting color to that line's
  2182. value.
  2183.  
  2184.   Characters inserted from the keyboard will NOT be colored properly yet.
  2185. Use the mouse, or do xpm-init (\\[xpm-init]) after making changes.
  2186.  
  2187. \\[xpm-add-color] Add a new color, prompting for character and value
  2188. \\[xpm-show-image] show the current image at the top of the buffer
  2189. \\[xpm-parse-color] parse the current line's color definition and add
  2190.    it to the color table.  Provided as a means of changing colors.
  2191. XPM minor mode bindings:
  2192. \\{xpm-mode-map}" t nil)
  2193.  
  2194. ;;;***
  2195.  
  2196. ;;;### (autoloads (xrdb-mode) "xrdb-mode" "modes/xrdb-mode.el")
  2197.  
  2198. (autoload 'xrdb-mode "xrdb-mode" "\
  2199. Major mode for editing xrdb config files" t nil)
  2200.  
  2201. ;;;***
  2202.  
  2203. (provide 'modes-autoloads)
  2204.